Skip to content

Commit 6d61d1d

Browse files
committed
register: Ask for stream_typing_notifications.
We added support for stream typing notifications, and this change ensures that we get TypingEvents for them. Signed-off-by: Zixuan James Li <[email protected]>
1 parent 1a417cc commit 6d61d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/route/events.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Future<InitialSnapshot> registerQueue(ApiConnection connection) {
1616
'notification_settings_null': true,
1717
'bulk_message_deletion': true,
1818
'user_avatar_url_field_optional': false, // TODO(#254): turn on
19-
'stream_typing_notifications': false, // TODO implement
19+
'stream_typing_notifications': true,
2020
'user_settings_object': true,
2121
},
2222
});

0 commit comments

Comments
 (0)