mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Add per-stream desktop notifications
(imported from commit b4a0576847b3aec1495f017ca9805febe80c9275)
This commit is contained in:
@@ -737,7 +737,8 @@ def gather_subscriptions(user_profile):
|
||||
result.append({'name': stream_name,
|
||||
'in_home_view': sub.in_home_view,
|
||||
'invite_only': invite_only,
|
||||
'color': sub.color})
|
||||
'color': sub.color,
|
||||
'notifications': sub.notifications})
|
||||
|
||||
return sorted(result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user