summaryrefslogtreecommitdiffstats
path: root/api/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/user.go')
-rw-r--r--api/user.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/user.go b/api/user.go
index 3d1a2d3ae..0c63868b3 100644
--- a/api/user.go
+++ b/api/user.go
@@ -729,6 +729,8 @@ func uploadProfileImage(c *Context, w http.ResponseWriter, r *http.Request) {
return
}
+ Srv.Store.User().UpdateUpdateAt(c.Session.UserId)
+
c.LogAudit("")
}