You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we'd have MessageStore.reconcileMessages handle passing the messages on to RecentSenders. That way as we add more and more data structures that similarly want to know about fetched messages, there's just one place we have to wire them in.
Now that we have a central message store (#648), we may want the RecentSenders data structure to receive its data (messages) from MessageStore.