mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +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
@@ -1207,7 +1207,7 @@ run_test('stream_sidebar_actions', () => {
|
||||
stream: {
|
||||
color: 'red',
|
||||
name: 'devel',
|
||||
in_home_view: true,
|
||||
is_muted: false,
|
||||
id: 55,
|
||||
},
|
||||
};
|
||||
@@ -1257,7 +1257,7 @@ run_test('subscription_settings', () => {
|
||||
can_change_stream_permissions: true,
|
||||
email_address: 'xxxxxxxxxxxxxxx@zulip.com',
|
||||
stream_id: 888,
|
||||
in_home_view: true,
|
||||
is_muted: false,
|
||||
};
|
||||
|
||||
var html = '';
|
||||
@@ -1314,7 +1314,7 @@ run_test('subscriptions', () => {
|
||||
invite_only: true,
|
||||
email_address: 'xxxxxxxxxxxxxxx@zulip.com',
|
||||
stream_id: 888,
|
||||
in_home_view: true,
|
||||
is_muted: false,
|
||||
},
|
||||
{
|
||||
name: 'social',
|
||||
|
||||
Reference in New Issue
Block a user