Skip to content

Commit 8bf418e

Browse files
committed
model [nfc]: Remove a TODO about topic muting, which is already resolved
1 parent f1c6b56 commit 8bf418e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/model/channel.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ class ChannelStoreImpl with ChannelStore {
354354
if (_warnInvalidVisibilityPolicy(visibilityPolicy)) {
355355
visibilityPolicy = UserTopicVisibilityPolicy.none;
356356
}
357-
// TODO(#421) update [MessageListView] if affected
358357
if (visibilityPolicy == UserTopicVisibilityPolicy.none) {
359358
// This is the "zero value" for this type, which our data structure
360359
// represents by leaving the topic out entirely.

0 commit comments

Comments
 (0)