From 7695cbd1b4a62b1cc7c31b16f70309a287296385 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 27 Apr 2016 16:05:39 -0400 Subject: Add websocket event and cache invalidation for deleting channels (#2807) --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 9bdf348cd..3f8980bfa 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -147,6 +147,7 @@ export default { POSTED: 'posted', POST_EDITED: 'post_edited', POST_DELETED: 'post_deleted', + CHANNEL_DELETED: 'channel_deleted', CHANNEL_VIEWED: 'channel_viewed', NEW_USER: 'new_user', USER_ADDED: 'user_added', -- cgit v1.2.3-1-g7c22