4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Add new Slack connection and forked legacy Slack bridge (#582)

This commit is contained in:
Duco van Amstel
2018-11-13 19:51:19 +00:00
committed by Wim
parent f7a5077d5d
commit e19ba5a06a
4 changed files with 136 additions and 66 deletions

View File

@ -163,6 +163,7 @@ type ConfigValues struct {
Mattermost map[string]Protocol
Matrix map[string]Protocol
Slack map[string]Protocol
SlackLegacy map[string]Protocol
Steam map[string]Protocol
Gitter map[string]Protocol
Xmpp map[string]Protocol