diff options
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r-- | bridge/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index b390c72b..c03a3ab5 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -13,6 +13,7 @@ const ( EVENT_JOIN_LEAVE = "join_leave" EVENT_FAILURE = "failure" EVENT_REJOIN_CHANNELS = "rejoin_channels" + EVENT_USER_ACTION = "user_action" ) type Message struct { |