mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Update matterbridge.toml.sample about NoHomeServerSuffix
This commit is contained in:
parent
0774f6a5e7
commit
27c0f37e49
@ -554,6 +554,11 @@ Server="https://matrix.org"
|
|||||||
Login="yourlogin"
|
Login="yourlogin"
|
||||||
Password="yourpass"
|
Password="yourpass"
|
||||||
|
|
||||||
|
#Whether to send the homeserver suffix. eg ":matrix.org" in @username:matrix.org
|
||||||
|
#to other bridges, or only send "username".(true only sends username)
|
||||||
|
#OPTIONAL (default false)
|
||||||
|
NoHomeServerSuffix=false
|
||||||
|
|
||||||
#Whether to prefix messages from other bridges to matrix with the sender's nick.
|
#Whether to prefix messages from other bridges to matrix with the sender's nick.
|
||||||
#Useful if username overrides for incoming webhooks isn't enabled on the
|
#Useful if username overrides for incoming webhooks isn't enabled on the
|
||||||
#matrix server. If you set PrefixMessagesWithNick to true, each message
|
#matrix server. If you set PrefixMessagesWithNick to true, each message
|
||||||
|
Loading…
Reference in New Issue
Block a user