mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
subs: Replace all in_home_view uses with is_muted property.
Replace all uses of `in_home_view` subscription property with `is_muted` property in frontend. Fixes #12322
This commit is contained in:
committed by
Tim Abbott
parent
f73600c82c
commit
40f550038d
@@ -215,7 +215,7 @@ function build_stream_sidebar_li(sub) {
|
||||
name: name,
|
||||
id: sub.stream_id,
|
||||
uri: hash_util.by_stream_uri(sub.stream_id),
|
||||
not_in_home_view: stream_data.in_home_view(sub.stream_id) === false,
|
||||
is_muted: stream_data.in_home_view(sub.stream_id) === false,
|
||||
invite_only: sub.invite_only,
|
||||
is_web_public: sub.is_web_public,
|
||||
color: stream_data.get_color(name),
|
||||
|
||||
Reference in New Issue
Block a user