diff options
author | Wim <wim@42.be> | 2017-02-17 22:12:53 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2017-02-17 22:12:53 +0100 |
commit | 7558a2162e79ffa29b11881fe249ec836a8c8b3d (patch) | |
tree | c64a7e3898d7ac9e49523ed9c0b2a4eaac492886 /bridge/config | |
parent | fe258e1b6752f2751d7aec742a4ee20a5594dcdb (diff) | |
parent | 62b165c0b4052f96ab89c358301bf246d239eba7 (diff) | |
download | matterbridge-msglm-7558a2162e79ffa29b11881fe249ec836a8c8b3d.tar.gz matterbridge-msglm-7558a2162e79ffa29b11881fe249ec836a8c8b3d.tar.bz2 matterbridge-msglm-7558a2162e79ffa29b11881fe249ec836a8c8b3d.zip |
Merge branch 'status'
Diffstat (limited to 'bridge/config')
-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 ac3e939b..811c97ae 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -10,6 +10,7 @@ import ( const ( EVENT_JOIN_LEAVE = "join_leave" + EVENT_FAILURE = "failure" ) type Message struct { |