We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c6b56 commit 8bf418eCopy full SHA for 8bf418e
lib/model/channel.dart
@@ -354,7 +354,6 @@ class ChannelStoreImpl with ChannelStore {
354
if (_warnInvalidVisibilityPolicy(visibilityPolicy)) {
355
visibilityPolicy = UserTopicVisibilityPolicy.none;
356
}
357
- // TODO(#421) update [MessageListView] if affected
358
if (visibilityPolicy == UserTopicVisibilityPolicy.none) {
359
// This is the "zero value" for this type, which our data structure
360
// represents by leaving the topic out entirely.
0 commit comments