From e2150d5eb0d1cb19fe39ff182238cc056dd3b18a Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 16 Jun 2017 12:35:48 -0400 Subject: PLT-6830 Stopped sanitizing User.LastPictureUpdate field (#6661) --- model/user.go | 1 - 1 file changed, 1 deletion(-) (limited to 'model/user.go') diff --git a/model/user.go b/model/user.go index 48d85526d..3e71dfeee 100644 --- a/model/user.go +++ b/model/user.go @@ -340,7 +340,6 @@ func (u *User) ClearNonProfileFields() { u.Props = StringMap{} u.NotifyProps = StringMap{} u.LastPasswordUpdate = 0 - u.LastPictureUpdate = 0 u.FailedAttempts = 0 } -- cgit v1.2.3-1-g7c22