mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
Fix initial stream subscription notification settings
(imported from commit 899577caaf5f5ea9bcff43e1bd97f8c6be453ac1)
This commit is contained in:
@@ -230,8 +230,8 @@ function create_sub(stream_name, attrs) {
|
|||||||
subscribed: true,
|
subscribed: true,
|
||||||
in_home_view: true,
|
in_home_view: true,
|
||||||
invite_only: false,
|
invite_only: false,
|
||||||
desktop_notifications: page_params.desktop_notifications_enabled,
|
desktop_notifications: page_params.stream_desktop_notifications_enabled,
|
||||||
audible_notifications: page_params.sounds_enabled,
|
audible_notifications: page_params.stream_sounds_enabled,
|
||||||
description: ''
|
description: ''
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user