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 70589a8 commit c3abe2bCopy full SHA for c3abe2b
lib/api/route/events.dart
@@ -18,6 +18,7 @@ Future<InitialSnapshot> registerQueue(ApiConnection connection) {
18
'user_avatar_url_field_optional': false, // TODO(#254): turn on
19
'stream_typing_notifications': true,
20
'user_settings_object': true,
21
+ 'archived_channels': true,
22
},
23
});
24
}
0 commit comments