Added last updated for pictures

This commit is contained in:
nickago
2015-07-16 08:55:37 -07:00
parent 463e89c280
commit 139f6611d6
5 changed files with 15 additions and 6 deletions

View File

@@ -729,7 +729,7 @@ func uploadProfileImage(c *Context, w http.ResponseWriter, r *http.Request) {
return
}
Srv.Store.User().UpdateUpdateAt(c.Session.UserId)
Srv.Store.User().UpdateLastPictureUpdate(c.Session.UserId)
c.LogAudit("")
}