diff options
Diffstat (limited to 'vendor/github.com/mattermost/platform/model/message.go')
-rw-r--r-- | vendor/github.com/mattermost/platform/model/message.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/mattermost/platform/model/message.go b/vendor/github.com/mattermost/platform/model/message.go index a986af4d..12f3be66 100644 --- a/vendor/github.com/mattermost/platform/model/message.go +++ b/vendor/github.com/mattermost/platform/model/message.go @@ -17,6 +17,7 @@ const ( ACTION_CHANNEL_VIEWED = "channel_viewed" ACTION_DIRECT_ADDED = "direct_added" ACTION_NEW_USER = "new_user" + ACTION_LEAVE_TEAM = "leave_team" ACTION_USER_ADDED = "user_added" ACTION_USER_REMOVED = "user_removed" ACTION_PREFERENCE_CHANGED = "preference_changed" |