From 59e6abcc11ed3a3548ffb02d1e455485672d8308 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 15 May 2016 23:02:30 +0200 Subject: Sync with mattermost 3.0 --- vendor/github.com/mattermost/platform/model/message.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/github.com/mattermost/platform/model/message.go') diff --git a/vendor/github.com/mattermost/platform/model/message.go b/vendor/github.com/mattermost/platform/model/message.go index cce0ec09..a986af4d 100644 --- a/vendor/github.com/mattermost/platform/model/message.go +++ b/vendor/github.com/mattermost/platform/model/message.go @@ -13,7 +13,9 @@ 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_DIRECT_ADDED = "direct_added" ACTION_NEW_USER = "new_user" ACTION_USER_ADDED = "user_added" ACTION_USER_REMOVED = "user_removed" -- cgit v1.2.3