diff options
author | Joona Hoikkala <joohoi@users.noreply.github.com> | 2019-06-16 17:23:50 +0300 |
---|---|---|
committer | Wim <wim@42.be> | 2019-06-16 16:23:50 +0200 |
commit | 80b4cec87ae6fa85beac024e926069fcf904d347 (patch) | |
tree | 3c20bdbfc77deed336a066e9a8a8ca78e26a3b93 /bridge/config/config.go | |
parent | 76c7b69e4e099dd80119f4ca1f2fac01aa2f31e6 (diff) | |
download | matterbridge-msglm-80b4cec87ae6fa85beac024e926069fcf904d347.tar.gz matterbridge-msglm-80b4cec87ae6fa85beac024e926069fcf904d347.tar.bz2 matterbridge-msglm-80b4cec87ae6fa85beac024e926069fcf904d347.zip |
Add an option to skip the Mattermost server version check (#849)
Adds SkipVersionCheck bool option for mattermost
Diffstat (limited to 'bridge/config/config.go')
-rw-r--r-- | bridge/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index a0cc20f7..e7d8da59 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -127,6 +127,7 @@ type Protocol struct { ShowUserTyping bool // slack ShowEmbeds bool // discord SkipTLSVerify bool // IRC, mattermost + SkipVersionCheck bool // mattermost StripNick bool // all protocols SyncTopic bool // slack TengoModifyMessage string // general |