4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Add SHA to FileInfo

This commit is contained in:
Wim
2018-02-15 23:18:58 +01:00
parent 1152394bc1
commit f58be0d1c1
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ type FileInfo struct {
URL string
Size int64
Avatar bool
SHA string
}
type ChannelInfo struct {