From 7d2e440c8311199dddb3f1e7c73c223325e51dff Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 15 Jul 2019 21:56:35 +0200 Subject: Add support for discord category channels (discord) (#863) This adds support for the discord category option that can be used to group channels in. This means we can have multiple channels with the same name. We add the option to specify a category in the channel option of a discord account under [[gateway]] Besides channel="channel" or channel="ID:channelID", now also channel="category/channel" can be specified. This change remains backwards compatible with people that haven't specified the category and incorporates the fix in #861 --- matterbridge.toml.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 2aa203db..4a50aed1 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1553,6 +1553,7 @@ enable=true # discord - channel (without the #) # - ID:123456789 (where 123456789 is the channel ID) # (https://github.com/42wim/matterbridge/issues/57) + # - category/channel (without the #) if you're using discord categories to group your channels # telegram - chatid (a large negative number, eg -123456789) # see (https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau) # hipchat - id_channel (see https://www.hipchat.com/account/xmpp for the correct channel) -- cgit v1.2.3