diff options
author | Wim <wim@42.be> | 2018-02-20 18:57:46 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-20 18:57:46 +0100 |
commit | e622587db43d36d22640d9f90a92d984d6231dd3 (patch) | |
tree | 210d51304a58f553498470495da7993125995302 /bridge/config/config.go | |
parent | f2efc06d1ffaef74407bcb1bdff33bcaf6c52dfe (diff) | |
download | matterbridge-msglm-e622587db43d36d22640d9f90a92d984d6231dd3.tar.gz matterbridge-msglm-e622587db43d36d22640d9f90a92d984d6231dd3.tar.bz2 matterbridge-msglm-e622587db43d36d22640d9f90a92d984d6231dd3.zip |
Add label support in RemoteNickFormat
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 c5d4f543..09338f14 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -66,6 +66,7 @@ type Protocol struct { IgnoreNicks string // all protocols IgnoreMessages string // all protocols Jid string // xmpp + Label string // all protocols Login string // mattermost, matrix MediaDownloadSize int // all protocols MediaServerDownload string |