mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
home: Get enable_stream_desktop_notifications from register_ret.
This commit is contained in:
@@ -278,7 +278,7 @@ exports.create_sub_from_server_data = function (stream_name, attrs) {
|
||||
newly_subscribed: false,
|
||||
in_home_view: true,
|
||||
invite_only: false,
|
||||
desktop_notifications: page_params.stream_desktop_notifications_enabled,
|
||||
desktop_notifications: page_params.enable_stream_desktop_notifications,
|
||||
audible_notifications: page_params.enable_stream_sounds,
|
||||
description: '',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user