From a8fe54a78d869ce4185ff8f25e90fd87035002ec Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 17 Feb 2019 21:50:05 +0100 Subject: Allow zulip bridge to specify topic per channel. Closes #701 (#723) --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config/config.go') diff --git a/bridge/config/config.go b/bridge/config/config.go index 3d1206c7..98f3f2ac 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -146,6 +146,7 @@ type Protocol struct { type ChannelOptions struct { Key string // irc, xmpp WebhookURL string // discord + Topic string // zulip } type Bridge struct { -- cgit v1.2.3