This commit is contained in:
Ethan Koenig 2017-06-29 12:11:34 -04:00
parent 05e3726415
commit 2b410e44b2
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ func HashEmail(email string) string {
return EncodeMD5(strings.ToLower(strings.TrimSpace(email)))
}
// DefaultAvatarLink the default avatar link
func DefaultAvatarLink() string {
return setting.AppSubURL + "/img/avatar_default.png"
}