From 17c2d1f26a1464e52b262a7e73d17e9ecec0249d Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 25 Jun 2021 00:18:22 +0200 Subject: [PATCH] Update matterbridge.toml.sample --- matterbridge.toml.sample | 7 ------- 1 file changed, 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.