summaryrefslogtreecommitdiffstats
path: root/bridge/config
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-06 00:46:32 +0100
committerWim <wim@42.be>2016-11-06 00:46:32 +0100
commita3dd0f1345fae3d7828ed0c82d6a7c4b610d0983 (patch)
tree7db0a8d15e4390b9c2bb0581cad8d2e551a29b23 /bridge/config
parent37873acfcd328e7c9eaf2e69148de05b8d00a428 (diff)
downloadmatterbridge-msglm-a3dd0f1345fae3d7828ed0c82d6a7c4b610d0983.tar.gz
matterbridge-msglm-a3dd0f1345fae3d7828ed0c82d6a7c4b610d0983.tar.bz2
matterbridge-msglm-a3dd0f1345fae3d7828ed0c82d6a7c4b610d0983.zip
Add support for using avatars from discord,slack and gitter in slack
Diffstat (limited to 'bridge/config')
-rw-r--r--bridge/config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index 32c8c74f..1575bff4 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -15,6 +15,7 @@ type Message struct {
Origin string
FullOrigin string
Protocol string
+ Avatar string
}
type Protocol struct {