mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
refactor: Move respond/reply methods to compose_actions.js.
This moves respond_to_mention() and reply_with_mention() to compose_actions.js. These methods are basically thin layers on top of compose_actions.start().
This commit is contained in:
@@ -171,6 +171,8 @@ def find_edges_to_remove(graph, methods):
|
||||
('activity', 'narrow'),
|
||||
('compose', 'compose_actions'),
|
||||
('compose', 'subs'),
|
||||
('compose_actions', 'drafts'),
|
||||
('compose_actions', 'unread_ops'),
|
||||
('drafts', 'compose'),
|
||||
('drafts', 'echo'),
|
||||
('echo', 'compose'),
|
||||
|
||||
Reference in New Issue
Block a user