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]
|
[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
|
IgnoreFailureOnStart=true
|
||||||
MessageSplit=true
|
MessageSplit=true
|
||||||
MediaDownloadPath="/var/www/html/matterbridge"
|
MediaDownloadPath="/var/www/html/matterbridge"
|
||||||
@ -96,7 +99,7 @@ MediaConvertWebPToPNG=false
|
|||||||
# Convert .tgs.webp (animated stickers) to webp
|
# Convert .tgs.webp (animated stickers) to webp
|
||||||
#MediaConvertTgs="webp"
|
#MediaConvertTgs="webp"
|
||||||
# https://github.com/telegramdesktop/tdesktop/issues/6959 + Matrix homeservers become clickable links polluting links
|
# 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"
|
MessageFormat="HTMLNick"
|
||||||
|
|
||||||
[xmpp.example]
|
[xmpp.example]
|
||||||
|
Loading…
Reference in New Issue
Block a user