4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 09:59:24 +00:00

Update vendor (nlopes/slack)

This commit is contained in:
Wim
2017-09-11 23:33:58 +02:00
parent 49204cafcc
commit d19535fa21
2 changed files with 3 additions and 1 deletions

View File

@ -302,6 +302,8 @@ func (rtm *RTM) handleRawEvent(rawEvent json.RawMessage) {
rtm.IncomingEvents <- RTMEvent{"hello", &HelloEvent{}}
case "pong":
rtm.handlePong(rawEvent)
case "desktop_notification":
rtm.Debugln("Received desktop notification, ignoring")
default:
rtm.handleEvent(event.Type, rawEvent)
}