mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-22 19:40:25 +00:00
Update vendor (nlopes/slack)
This commit is contained in:
parent
49204cafcc
commit
d19535fa21
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{}}
|
rtm.IncomingEvents <- RTMEvent{"hello", &HelloEvent{}}
|
||||||
case "pong":
|
case "pong":
|
||||||
rtm.handlePong(rawEvent)
|
rtm.handlePong(rawEvent)
|
||||||
|
case "desktop_notification":
|
||||||
|
rtm.Debugln("Received desktop notification, ignoring")
|
||||||
default:
|
default:
|
||||||
rtm.handleEvent(event.Type, rawEvent)
|
rtm.handleEvent(event.Type, rawEvent)
|
||||||
}
|
}
|
||||||
|
2
vendor/manifest
vendored
2
vendor/manifest
vendored
@ -429,7 +429,7 @@
|
|||||||
"importpath": "github.com/nlopes/slack",
|
"importpath": "github.com/nlopes/slack",
|
||||||
"repository": "https://github.com/nlopes/slack",
|
"repository": "https://github.com/nlopes/slack",
|
||||||
"vcs": "git",
|
"vcs": "git",
|
||||||
"revision": "ca8436d76f805ec1e682eaae2de3c3a9bc894b0f",
|
"revision": "5cde21b8b96a43fc3435a1f514123d14fd7eabdc",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"notests": true
|
"notests": true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user