summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-02-14 22:20:27 +0100
committerWim <wim@42.be>2018-02-14 22:20:27 +0100
commit2522158127d2d55c992ddd2201e19de1907b0f67 (patch)
tree68ead363d991a60b513273376cac7e8917764e43
parent8be107cecc9ed68c7f97ec7561b2a7eeee9ce791 (diff)
downloadmatterbridge-msglm-2522158127d2d55c992ddd2201e19de1907b0f67.tar.gz
matterbridge-msglm-2522158127d2d55c992ddd2201e19de1907b0f67.tar.bz2
matterbridge-msglm-2522158127d2d55c992ddd2201e19de1907b0f67.zip
Add avator to fileinfo
-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 91e2b4b9..d75d3e18 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -40,6 +40,7 @@ type FileInfo struct {
Comment string
URL string
Size int64
+ Avatar bool
}
type ChannelInfo struct {