From 1ecffdfe4dd43a946ebdea3d9ca54453efa268d8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 26 Feb 2022 11:36:11 +0200 Subject: [PATCH] irc/matterbridge: clarify Matrix and Telegram IDs --- irc/matterbridge/matterbridge-example.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/irc/matterbridge/matterbridge-example.toml b/irc/matterbridge/matterbridge-example.toml index 1763a54..bb72650 100644 --- a/irc/matterbridge/matterbridge-example.toml +++ b/irc/matterbridge/matterbridge-example.toml @@ -163,12 +163,15 @@ enable="true" [[gateway.inout]] account="discord.discordexample" + # Get it by enabling developer mode from Discord settings and + # right-clicking the channel name channel="ID:121212123124618" [gateway.inout.options] WebhookURL="https://discordapp.com/api/webhooks/..." [[gateway.inout]] account="telegram.telegrambot" + # Get it by adding the bot to a group runtime and /chatId channel="-1001199999999" [[gateway.inout]] @@ -177,7 +180,11 @@ enable="true" [[gateway.inout]] account="matrix.matrixexample" - channel="#whatever-local-alias:example.org" + # Invite the bot account to a room and it will accept invite on start, + # alternatively use a room alias (but the server it refers to will need + # to be online). If using internal ID, remember to update it when + # performing /upgraderoom + channel="!roomInternalIDFromAdvancedRoomSettings:example.org" [[gateway.inout]] account="xmpp.example"