diff options
Diffstat (limited to 'webapp/action_creators/global_actions.jsx')
-rw-r--r-- | webapp/action_creators/global_actions.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/action_creators/global_actions.jsx b/webapp/action_creators/global_actions.jsx index 9c38d8955..fd447ec93 100644 --- a/webapp/action_creators/global_actions.jsx +++ b/webapp/action_creators/global_actions.jsx @@ -335,4 +335,3 @@ export function emitRemoteUserTypingEvent(channelId, userId, postParentId) { postParentId }); } - |