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)
}

2
vendor/manifest vendored
View File

@ -429,7 +429,7 @@
"importpath": "github.com/nlopes/slack",
"repository": "https://github.com/nlopes/slack",
"vcs": "git",
"revision": "ca8436d76f805ec1e682eaae2de3c3a9bc894b0f",
"revision": "5cde21b8b96a43fc3435a1f514123d14fd7eabdc",
"branch": "master",
"notests": true
},