mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
matterbridge-example.toml: add @ or two, explain it
This commit is contained in:
parent
eb33940d44
commit
ba9663dc47
@ -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="<code>{NICK}/{LABEL}</code>: "
|
||||
RemoteNickFormat="<code>@{NICK}/{LABEL}</code>: "
|
||||
MessageFormat="HTMLNick"
|
||||
|
||||
[xmpp.example]
|
||||
|
Loading…
Reference in New Issue
Block a user