mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
minor: Update JS dependency configuration.
This commit is contained in:
@@ -141,6 +141,7 @@ def find_edges_to_remove(graph, methods):
|
|||||||
('compose', 'stream_edit'),
|
('compose', 'stream_edit'),
|
||||||
('subs', 'stream_edit'),
|
('subs', 'stream_edit'),
|
||||||
('narrow_state', 'stream_data'),
|
('narrow_state', 'stream_data'),
|
||||||
|
('stream_edit', 'stream_list'),
|
||||||
] # type: List[Edge]
|
] # type: List[Edge]
|
||||||
|
|
||||||
def is_exempt(edge):
|
def is_exempt(edge):
|
||||||
|
|||||||
Reference in New Issue
Block a user