Files
zulip/static/js/stream_events.js
Lauryn Menard a85d589254 stream_events: Use is_muted event instead of in_home_view event.
Updates `stream_events.js` to use the subscription update event that
is now being sent for the `is_muted` stream property, instead of the
event sent for the `in_home_view` property.

Because the server is still sending events for `in_home_view`, keeps
it as a property processed by `update_property` function, but does
nothing with the event. Adds temporary test for coverage.
2022-08-16 16:52:15 -07:00

6.6 KiB