4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-28 17:19:24 +00:00

Use matterbridge vendored slack

This commit is contained in:
Wim
2017-11-02 17:09:34 +01:00
parent b461fc5e40
commit b2a6777995
57 changed files with 28 additions and 522 deletions

View File

@ -1,8 +0,0 @@
package slack
// DNDUpdatedEvent represents the update event for Do Not Disturb
type DNDUpdatedEvent struct {
Type string `json:"type"`
User string `json:"user"`
Status DNDStatus `json:"dnd_status"`
}