diff options
Diffstat (limited to 'api/user.go')
-rw-r--r-- | api/user.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/user.go b/api/user.go index 483ae67b5..5b052e826 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("") } |