This commit is contained in:
kolaente 2020-10-10 15:45:28 +02:00
parent 7939f4262e
commit 20761a82eb
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 11 deletions

View File

@ -30,17 +30,6 @@ import (
"strconv"
)
var (
// This is a map with a map so we're able to clear all cached avatar (in all sizes) for one user at once
// The first map has as key the user id, the second one has the size as key
//resizedCache = map[int64]map[int64][]byte{}
//resizedCacheLock = sync.Mutex{}
)
//func init() {
// resizedCache = make(map[int64]map[int64][]byte)
//}
// Provider represents the upload avatar provider
type Provider struct {
}