client_capabilities: Add stream_typing_notifications.

This commit is contained in:
Dinesh
2021-04-18 21:42:35 +05:30
committed by Tim Abbott
parent ceb4b239c4
commit 734d935d4a
8 changed files with 19 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ def build_page_params_for_home_page_load(
"notification_settings_null": True,
"bulk_message_deletion": True,
"user_avatar_url_field_optional": True,
"stream_typing_notifications": False, # Set this to True when frontend support is implemented.
}
if user_profile is not None: