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.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/src/state.rs b/ui/src/state.rs
index 2764d6b1..c924669f 100644
--- a/ui/src/state.rs
+++ b/ui/src/state.rs
@@ -309,9 +309,7 @@ impl State {
accounts[idxa].reload(event, hash, (work_controller, sender, replies))
{
if let UIEvent::Notification(_, _, _) = notification {
- self.context
- .replies
- .push_back(UIEvent::MailboxUpdate((idxa, hash)));
+ self.rcv_event(UIEvent::MailboxUpdate((idxa, hash)));
}
self.rcv_event(notification);
}