From ba9663dc4764cddf711b78d060eaf7fc891fddbe Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 11 Jun 2021 19:58:58 +0300 Subject: [PATCH] matterbridge-example.toml: add @ or two, explain it --- irc/matterbridge/matterbridge-example.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/irc/matterbridge/matterbridge-example.toml b/irc/matterbridge/matterbridge-example.toml index b2a8635..8420990 100644 --- a/irc/matterbridge/matterbridge-example.toml +++ b/irc/matterbridge/matterbridge-example.toml @@ -1,5 +1,8 @@ [general] -RemoteNickFormat="{NOPINGNICK}/{LABEL}: " +# @ makes MXIDs look better, Telegram needs it separately, +# probably just confuses networks without RELAYMSG and at least Kiwi pings +# on @nick +RemoteNickFormat="@{NOPINGNICK}/{LABEL}: " IgnoreFailureOnStart=true MessageSplit=true MediaDownloadPath="/var/www/html/matterbridge" @@ -96,7 +99,7 @@ MediaConvertWebPToPNG=false # Convert .tgs.webp (animated stickers) to webp #MediaConvertTgs="webp" # https://github.com/telegramdesktop/tdesktop/issues/6959 + Matrix homeservers become clickable links polluting links -RemoteNickFormat="{NICK}/{LABEL}: " +RemoteNickFormat="@{NICK}/{LABEL}: " MessageFormat="HTMLNick" [xmpp.example]