5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 21:32:31 +00:00

Update documentation and changelog

This commit is contained in:
Wim 2019-06-16 16:32:06 +02:00
parent 80b4cec87a
commit 601b8bc98d
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# dev
## Enhancements
* discord: Support bulk deletions #851
* mattermost: Add an option to skip the Mattermost server version check #849
# v1.15.0 # v1.15.0
## New features ## New features
* Add scripting (tengo) support for every outgoing message (#806) * Add scripting (tengo) support for every outgoing message (#806)

View File

@ -350,6 +350,12 @@ NickFormatter="plain"
#OPTIONAL (default 4) #OPTIONAL (default 4)
NicksPerRow=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. #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 #Useful if username overrides for incoming webhooks isn't enabled on the
#mattermost server. If you set PrefixMessagesWithNick to true, each message #mattermost server. If you set PrefixMessagesWithNick to true, each message