From 9c43eff753ec4976f1bd879732915e29c933c5b9 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 6 Feb 2022 18:26:30 +0100 Subject: Add support for using ID in channel config (mattermost) (#1715) --- matterbridge.toml.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 63a614d1..7dd52834 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1897,7 +1897,8 @@ enable=true # ------------------------------------------------------------------------------------------------------------------------------------- # irc | channel | #general | The # symbol is required and should be lowercase! # ------------------------------------------------------------------------------------------------------------------------------------- - # mattermost | channel | general | This is the channel name as seen in the URL, not the display name + # | channel | general | This is the channel name as seen in the URL, not the display name + # mattermost | channel id | ID:oc4wifyuojgw5f3nsuweesmz8w | This is the channel ID (only use if you know what you're doing) # ------------------------------------------------------------------------------------------------------------------------------------- # matrix | #channel:server | #yourchannel:matrix.org | Encrypted rooms are not supported in matrix # ------------------------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3