diff options
author | Wim <wim@42.be> | 2017-05-15 23:23:10 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-05-15 23:23:10 +0200 |
commit | 2888fd64b0a25e40541d0ac8b4e176ba46905f9f (patch) | |
tree | 7791a37bb3b16a8e2d13e8e3a90404cfd86d48ba /bridge/config | |
parent | 27c0f37e49ef7de3a18b1771620941b4158ccefb (diff) | |
download | matterbridge-msglm-2888fd64b0a25e40541d0ac8b4e176ba46905f9f.tar.gz matterbridge-msglm-2888fd64b0a25e40541d0ac8b4e176ba46905f9f.tar.bz2 matterbridge-msglm-2888fd64b0a25e40541d0ac8b4e176ba46905f9f.zip |
Add UseFirstName option (telegram). Closes #144
Diffstat (limited to 'bridge/config')
-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 6f34131f..2cd53666 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -70,6 +70,7 @@ type Protocol struct { UseAPI bool // mattermost, slack UseSASL bool // IRC UseTLS bool // IRC + UseFirstName bool // telegram } type ChannelOptions struct { |