diff options
author | Wim <wim@42.be> | 2019-06-16 16:32:06 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-06-16 16:32:12 +0200 |
commit | 601b8bc98da9bdf36176369200d532aa9d73dc82 (patch) | |
tree | 716461df399b0e9b750447339196fcb603c21abf /matterbridge.toml.sample | |
parent | 80b4cec87ae6fa85beac024e926069fcf904d347 (diff) | |
download | matterbridge-msglm-601b8bc98da9bdf36176369200d532aa9d73dc82.tar.gz matterbridge-msglm-601b8bc98da9bdf36176369200d532aa9d73dc82.tar.bz2 matterbridge-msglm-601b8bc98da9bdf36176369200d532aa9d73dc82.zip |
Update documentation and changelog
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7dd12e44..2aa203db 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -350,6 +350,12 @@ NickFormatter="plain" #OPTIONAL (default 4) NicksPerRow=4 +#Skip the Mattermost server version checks that are normally done when connecting. +#The usage scenario for this feature would be when the Mattermost instance is hosted behind a +#reverse proxy that suppresses "non-standard" response headers in flight. +#OPTIONAL (default false) +SkipVersionCheck=false + #Whether to prefix messages from other bridges to mattermost with the sender's nick. #Useful if username overrides for incoming webhooks isn't enabled on the #mattermost server. If you set PrefixMessagesWithNick to true, each message |