diff options
author | Wim <wim@42.be> | 2018-02-14 22:20:27 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-14 22:20:27 +0100 |
commit | 2522158127d2d55c992ddd2201e19de1907b0f67 (patch) | |
tree | 68ead363d991a60b513273376cac7e8917764e43 /bridge/config | |
parent | 8be107cecc9ed68c7f97ec7561b2a7eeee9ce791 (diff) | |
download | matterbridge-msglm-2522158127d2d55c992ddd2201e19de1907b0f67.tar.gz matterbridge-msglm-2522158127d2d55c992ddd2201e19de1907b0f67.tar.bz2 matterbridge-msglm-2522158127d2d55c992ddd2201e19de1907b0f67.zip |
Add avator to fileinfo
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 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 { |