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
Now that we do have basic storage for the event cache, we could store the latest computed "preview" event (to be show in the room list, among other things).
Some rough list of implementation steps:
Store the latest preview event in the event cache store, and restore it on demand
Fuse the "room info" subscriber with a subscriber on the latest preview event from the event cache
Make sure to also include local echoes as possible latest preview events. Product decisions have to be made, whether to advantage wedged local echoes over more-recent messages, for instance.
Now that we do have basic storage for the event cache, we could store the latest computed "preview" event (to be show in the room list, among other things).
Some rough list of implementation steps:
Part of #3058.
The text was updated successfully, but these errors were encountered: