summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/message.go1
-rw-r--r--model/post.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/model/message.go b/model/message.go
index cce0ec094..53ce4c154 100644
--- a/model/message.go
+++ b/model/message.go
@@ -13,6 +13,7 @@ const (
ACTION_POSTED = "posted"
ACTION_POST_EDITED = "post_edited"
ACTION_POST_DELETED = "post_deleted"
+ ACTION_CHANNEL_DELETED = "channel_deleted"
ACTION_CHANNEL_VIEWED = "channel_viewed"
ACTION_NEW_USER = "new_user"
ACTION_USER_ADDED = "user_added"
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"
)