Skip to content

Handle live updates to whether messages should appear in the @-mentions narrow #818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
PIG208 opened this issue Jul 16, 2024 · 0 comments
Labels
a-model Implementing our data model (PerAccountStore, etc.) a-msglist The message-list screen, except what's label:a-content
Milestone

Comments

@PIG208
Copy link
Member

PIG208 commented Jul 16, 2024

We should handle UpdateMessageEvent so that when the message becomes visible to the @-mentions narrow, it is added to the MessageListView, and similarly when the reverse happens.

These can occur when a message is edited to add or remove an @-mention. The event contains the new flags value, which gives us the information we need.

Currently the web app does not handle this, so we are not pressed to do so.

This is a follow-up to:

@gnprice gnprice added this to the Post-launch milestone Jul 16, 2024
@gnprice gnprice added a-msglist The message-list screen, except what's label:a-content a-model Implementing our data model (PerAccountStore, etc.) labels Jul 16, 2024
@gnprice gnprice modified the milestones: M6: Post-launch, M7: Future Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-model Implementing our data model (PerAccountStore, etc.) a-msglist The message-list screen, except what's label:a-content
Projects
Status: No status
Development

No branches or pull requests

2 participants