zulip icon indicating copy to clipboard operation
zulip copied to clipboard

message_list_data: Store message_list_data objects created locally.

Open amanagr opened this issue 3 years ago • 1 comments

For #15131

@timabbott here is the list of events for which we will have to update the message_list_data objects we have stored locally:

  • muted_topics
  • muted_users
  • stream update/create/delete events
  • delete_message
  • update_message events (stream/topic change)

Does the approach look good to you? I implemented what an update would look like for muted_topics.

amanagr avatar Jul 07 '22 10:07 amanagr

Heads up @amanagr, we just merged some commits that conflict with the changes you made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/main branch and resolve your pull request's merge conflicts accordingly.

zulipbot avatar Dec 13 '22 23:12 zulipbot

Closing as I will open a new PR for this.

amanagr avatar Jul 31 '24 16:07 amanagr