summaryrefslogtreecommitdiffstats
path: root/ui/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/state.rs')
-rw-r--r--ui/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/state.rs b/ui/src/state.rs
index 36efc1fe..a2c7602c 100644
--- a/ui/src/state.rs
+++ b/ui/src/state.rs
@@ -276,7 +276,7 @@ impl State {
return;
}
if let Some(notification) = self.context.accounts[idxa].reload(event, hash) {
- self.context.replies.push_back(notification);
+ self.rcv_event(notification);
} else {
self.context
.replies