diff options
author | Wim <wim@42.be> | 2017-05-15 23:11:27 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-05-15 23:11:27 +0200 |
commit | 27c0f37e49ef7de3a18b1771620941b4158ccefb (patch) | |
tree | c5a5df5320922d7a7f9eb07fa368b5bfb3ced76d /matterbridge.toml.sample | |
parent | 0774f6a5e70c2c98ab3274334a6461a18896c439 (diff) | |
download | matterbridge-msglm-27c0f37e49ef7de3a18b1771620941b4158ccefb.tar.gz matterbridge-msglm-27c0f37e49ef7de3a18b1771620941b4158ccefb.tar.bz2 matterbridge-msglm-27c0f37e49ef7de3a18b1771620941b4158ccefb.zip |
Update matterbridge.toml.sample about NoHomeServerSuffix
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7cb0d9e3..de1304ad 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -554,6 +554,11 @@ 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 |