summaryrefslogtreecommitdiffstats
path: root/model/user.go
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-06-16 12:35:48 -0400
committerCorey Hulen <corey@hulen.com>2017-06-16 09:35:48 -0700
commite2150d5eb0d1cb19fe39ff182238cc056dd3b18a (patch)
tree4b422ab029c1334b9782cda6503864c839ef2672 /model/user.go
parent4d4f2cea8603f4d06c945bf50ce22dfc77babe7f (diff)
downloadchat-e2150d5eb0d1cb19fe39ff182238cc056dd3b18a.tar.gz
chat-e2150d5eb0d1cb19fe39ff182238cc056dd3b18a.tar.bz2
chat-e2150d5eb0d1cb19fe39ff182238cc056dd3b18a.zip
PLT-6830 Stopped sanitizing User.LastPictureUpdate field (#6661)
Diffstat (limited to 'model/user.go')
-rw-r--r--model/user.go1
1 files changed, 0 insertions, 1 deletions
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
}