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 {