mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
events: Add "user_settings_object" to client_capabilities.
This commit adds "user_settings_object" field to client_capabilities which will be used to determine if the client needs 'update_display_settings' and 'update_global_notifications' event.
This commit is contained in:
@@ -135,6 +135,7 @@ def build_page_params_for_home_page_load(
|
||||
"bulk_message_deletion": True,
|
||||
"user_avatar_url_field_optional": True,
|
||||
"stream_typing_notifications": False, # Set this to True when frontend support is implemented.
|
||||
"user_settings_object": False, # Set this to True when frontend support is implemented.
|
||||
}
|
||||
|
||||
if user_profile is not None:
|
||||
|
||||
Reference in New Issue
Block a user