typing_notifications: Frontend work to display notifs for streams.

Display/hide "X is typing" notification
on receiving start/stop typing event for streams.

Co-authored-by: Prakhar Pratyush <prakhar841301@gmail.com>
This commit is contained in:
Dinesh
2021-01-04 20:51:54 +05:30
committed by Tim Abbott
parent dab92a4ae8
commit fccdc054a1
6 changed files with 161 additions and 16 deletions

View File

@@ -137,7 +137,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.
"stream_typing_notifications": True,
"user_settings_object": True,
"linkifier_url_template": True,
}