Add avator to fileinfo
This commit is contained in:
parent
8be107cecc
commit
2522158127
|
@ -40,6 +40,7 @@ type FileInfo struct {
|
|||
Comment string
|
||||
URL string
|
||||
Size int64
|
||||
Avatar bool
|
||||
}
|
||||
|
||||
type ChannelInfo struct {
|
||||
|
|
Loading…
Reference in New Issue