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
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.
We should handle
UpdateMessageEvent
so that when the message becomes visible to the @-mentions narrow, it is added to theMessageListView
, 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:
The text was updated successfully, but these errors were encountered: