mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
The stream notification settings checkboxes were not checked
even when the notifications were turned on for the stream.
This was happening because we were passing stream name to
receives_notifications instead of stream id.
This commit fixes the bug by passing stream id to
receives_notifications. This change should have been done
in f3604fb while refactoring receives_notifications to use
stream id instead of name.
29 KiB
29 KiB