summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-01-04 16:37:45 +0100
committerWim <wim@42.be>2019-01-04 16:37:45 +0100
commitbab385c342d62c8116653a7d091b88a99a9cb381 (patch)
treecd20736f5b5d844a10addbdef13a40c72718ea42
parentbb27ef79394d3956173921c200a7ee9c4e8f8ad1 (diff)
downloadmatterbridge-msglm-bab385c342d62c8116653a7d091b88a99a9cb381.tar.gz
matterbridge-msglm-bab385c342d62c8116653a7d091b88a99a9cb381.tar.bz2
matterbridge-msglm-bab385c342d62c8116653a7d091b88a99a9cb381.zip
Remove unused key (config)
-rw-r--r--bridge/config/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index b32db7da..932de2eb 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -130,7 +130,6 @@ type Protocol struct {
UseInsecureURL bool // telegram
WebhookBindAddress string // mattermost, slack
WebhookURL string // mattermost, slack
- WebhookUse string // mattermost, slack, discord
}
type ChannelOptions struct {