4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-08-10 22:18:10 +00:00

Allow zulip bridge to specify topic per channel. Closes #701 (#723)

This commit is contained in:
Wim
2019-02-17 21:50:05 +01:00
committed by GitHub
parent 0bcb0b882f
commit a8fe54a78d
3 changed files with 26 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ type Protocol struct {
type ChannelOptions struct {
Key string // irc, xmpp
WebhookURL string // discord
Topic string // zulip
}
type Bridge struct {