summaryrefslogtreecommitdiffstats
path: root/web/react/stores
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-02-09 15:22:24 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-02-09 15:22:24 -0500
commitb05c317c656b74d773f3977aaf0e2e8e83b1380b (patch)
treeac866abbef6be9e0bae8dd74188fc8b24f2b04df /web/react/stores
parent137920b479b9cb6688a4ad683c67280549680c70 (diff)
downloadchat-b05c317c656b74d773f3977aaf0e2e8e83b1380b.tar.gz
chat-b05c317c656b74d773f3977aaf0e2e8e83b1380b.tar.bz2
chat-b05c317c656b74d773f3977aaf0e2e8e83b1380b.zip
Replaced Permalink popover with a Permalink modal
Diffstat (limited to 'web/react/stores')
-rw-r--r--web/react/stores/modal_store.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/stores/modal_store.jsx b/web/react/stores/modal_store.jsx
index 9f33cf022..931443f62 100644
--- a/web/react/stores/modal_store.jsx
+++ b/web/react/stores/modal_store.jsx
@@ -34,6 +34,7 @@ class ModalStoreClass extends EventEmitter {
case ActionTypes.TOGGLE_IMPORT_THEME_MODAL:
case ActionTypes.TOGGLE_INVITE_MEMBER_MODAL:
case ActionTypes.TOGGLE_DELETE_POST_MODAL:
+ case ActionTypes.TOGGLE_GET_POST_LINK_MODAL:
case ActionTypes.TOGGLE_GET_TEAM_INVITE_LINK_MODAL:
case ActionTypes.TOGGLE_REGISTER_APP_MODAL:
this.emit(type, value, args);