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:
Yashashvi Dave
2019-05-15 12:24:25 +05:30
committed by Tim Abbott
parent f73600c82c
commit 40f550038d
16 changed files with 47 additions and 47 deletions

View File

@@ -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',