Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit d721051fb1db84b45509ac0611eabfc69fd42bd8 Author: Wim <wim@42.be> Date: Mon May 15 23:11:27 2017 +0000 Update matterbridge.toml.sample about NoHomeServerSuffix diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7cb0d9e..de1304a 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -5546 +55411 @@ Server="https://matrix.org"  Login="yourlogin"  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.  #Useful if username overrides for incoming webhooks isn't enabled on the  #matrix server. If you set PrefixMessagesWithNick to true, each message