lint
This commit is contained in:
parent
05e3726415
commit
2b410e44b2
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Reference in a new issue