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) --- model/post.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/post.go') diff --git a/model/post.go b/model/post.go index 8a451831c..173c99e37 100644 --- a/model/post.go +++ b/model/post.go @@ -16,6 +16,7 @@ const ( POST_SYSTEM_GENERIC = "system_generic" POST_JOIN_LEAVE = "system_join_leave" POST_HEADER_CHANGE = "system_header_change" + POST_CHANNEL_DELETED = "system_channel_deleted" POST_EPHEMERAL = "system_ephemeral" ) -- cgit v1.2.3-1-g7c22