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:
Steve Howell
2017-04-14 10:27:12 -07:00
committed by Tim Abbott
parent 09d2c42e0e
commit 5ba79f9c3a
8 changed files with 67 additions and 67 deletions

View File

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