diff options
author | Wim <wim@42.be> | 2018-04-17 23:26:41 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-04-17 23:26:41 +0200 |
commit | e57f3a7e6c9435cba74109fffd402216fcb80fe6 (patch) | |
tree | c077d6f7dc7077912e1ebbff8a2ed6dc9f620ef0 /bridge/config/config.go | |
parent | 68fbed92819f83e282af6394e568446b63158257 (diff) | |
download | matterbridge-msglm-e57f3a7e6c9435cba74109fffd402216fcb80fe6.tar.gz matterbridge-msglm-e57f3a7e6c9435cba74109fffd402216fcb80fe6.tar.bz2 matterbridge-msglm-e57f3a7e6c9435cba74109fffd402216fcb80fe6.zip |
Add QuoteDisable option (telegram). Closes #399
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 831ea575..0a8bbc1b 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -92,6 +92,7 @@ type Protocol struct { Password string // IRC,mattermost,XMPP,matrix PrefixMessagesWithNick bool // mattemost, slack Protocol string // all protocols + QuoteDisable bool // telegram RejoinDelay int // IRC ReplaceMessages [][]string // all protocols ReplaceNicks [][]string // all protocols |