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:
2
vendor/github.com/nlopes/slack/websocket_managed_conn.go
generated
vendored
2
vendor/github.com/nlopes/slack/websocket_managed_conn.go
generated
vendored
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user