Skip to content

Update message list on muting/unmuting a stream or topic #421

@gnprice

Description

@gnprice

In my first implementation of stream and topic muting #346, I intend to leave in place one missing form of event update: if you have a message list you're already looking at (or already on the navigation stack), and then you mute or unmute a stream or topic so that it should cause some messages to disappear or appear in that message list, it won't notice that it should update.

This isn't fundamentally hard — just requires a bit of wiring up of the information — but it'll be a little bit of refactoring, and there's already enough refactoring going on in my draft for #346 that I'd like to keep the complexity down for now.

We don't yet offer UI within the app for muting or unmuting streams and topics (that's #347 and #348), so it won't currently be easy to actually run into this issue.

Metadata

Metadata

Assignees

Labels

a-modelImplementing our data model (PerAccountStore, etc.)a-msglistThe message-list screen, except what's label:a-content

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions