summaryrefslogtreecommitdiffstats
path: root/api/user.go
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-16 08:55:37 -0700
committernickago <ngonella@calpoly.edu>2015-07-16 08:55:37 -0700
commit139f6611d6162158ea88c679aee710f7a6c76c49 (patch)
tree3ac9a0413a86773f4217b540f006d3f4053aa582 /api/user.go
parent463e89c280d50c017d8ca5baef5edf90ff9299a7 (diff)
downloadchat-139f6611d6162158ea88c679aee710f7a6c76c49.tar.gz
chat-139f6611d6162158ea88c679aee710f7a6c76c49.tar.bz2
chat-139f6611d6162158ea88c679aee710f7a6c76c49.zip
Added last updated for pictures
Diffstat (limited to 'api/user.go')
-rw-r--r--api/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/user.go b/api/user.go
index 0c63868b3..3c0062f8c 100644
--- a/api/user.go
+++ b/api/user.go
@@ -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("")
}