From d058be25ad93bf6a0c206ac33ed7db07d1479573 Mon Sep 17 00:00:00 2001 From: NikkyAI Date: Fri, 2 Nov 2018 16:35:13 +0100 Subject: Respond with message on connect (api) (#550) fix #549 --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') diff --git a/bridge/config/config.go b/bridge/config/config.go index 7f8fc3ee..eff93094 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -22,6 +22,7 @@ const ( EVENT_REJOIN_CHANNELS = "rejoin_channels" EVENT_USER_ACTION = "user_action" EVENT_MSG_DELETE = "msg_delete" + EVENT_API_CONNECTED = "api_connected" ) type Message struct { -- cgit v1.2.3