mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
Extract settings_muting.js.
This commit is contained in:
@@ -91,6 +91,7 @@ def find_edges_to_remove(graph, methods):
|
||||
('hashchange', 'drafts'),
|
||||
('compose', 'echo'),
|
||||
('compose', 'resize'),
|
||||
('settings', 'resize'),
|
||||
('compose', 'unread_ops'),
|
||||
('compose', 'drafts'),
|
||||
('echo', 'message_edit'),
|
||||
@@ -160,7 +161,7 @@ def find_edges_to_remove(graph, methods):
|
||||
('message_edit', 'compose'),
|
||||
('message_store', 'compose'),
|
||||
('settings_notifications', 'subs'),
|
||||
('settings', 'muting_ui'),
|
||||
('settings', 'settings_muting'),
|
||||
('message_fetch', 'tutorial'),
|
||||
('settings', 'subs'),
|
||||
('activity', 'narrow'),
|
||||
|
||||
Reference in New Issue
Block a user