diff options
author | Wim <wim@42.be> | 2021-06-25 00:18:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 00:18:22 +0200 |
commit | 17c2d1f26a1464e52b262a7e73d17e9ecec0249d (patch) | |
tree | cb4ae9279234d90adc620d659a1da450cc24e528 | |
parent | a79e632cdc26f3870b0d8b37f9a94bdcf6f47711 (diff) | |
download | matterbridge-msglm-17c2d1f26a1464e52b262a7e73d17e9ecec0249d.tar.gz matterbridge-msglm-17c2d1f26a1464e52b262a7e73d17e9ecec0249d.tar.bz2 matterbridge-msglm-17c2d1f26a1464e52b262a7e73d17e9ecec0249d.zip |
Update matterbridge.toml.sample
-rw-r--r-- | matterbridge.toml.sample | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 9dadd520..dc2626f7 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1284,13 +1284,6 @@ HTMLDisable=false # UseUserName shows the username instead of the server nickname UseUserName=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 -#from bridge to matrix will by default be prefixed by the RemoteNickFormat setting. i -#OPTIONAL (default false) -PrefixMessagesWithNick=false - #Nicks you want to ignore. #Regular expressions supported #Messages from those users will not be sent to other bridges. |