Fixed WebP loading and auto-update avatar

This commit is contained in:
2018-03-03 16:44:21 +01:00
parent 61f4fdb386
commit 634fed8e87
3 changed files with 17 additions and 5 deletions

View File

@ -32,5 +32,5 @@ func Avatar(ctx *aero.Context) string {
// Save avatar information
user.Save()
return "ok"
return user.SmallAvatar()
}