Skip to content

Commit 092d035

Browse files
committed
api: Set include_deactivated_groups client capability
We currently don't look at the list of groups at all. When we start doing so, we'll be sure to properly handle the possibility that some of the groups are deactivated.
1 parent 37af86d commit 092d035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/api/route/events.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Future<InitialSnapshot> registerQueue(ApiConnection connection) {
1818
'user_avatar_url_field_optional': false, // TODO(#254): turn on
1919
'stream_typing_notifications': true,
2020
'user_settings_object': true,
21+
'include_deactivated_groups': true,
2122
'empty_topic_name': true,
2223
},
2324
});

0 commit comments

Comments
 (0)