summaryrefslogtreecommitdiffstats
path: root/model
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 /model
parent463e89c280d50c017d8ca5baef5edf90ff9299a7 (diff)
downloadchat-139f6611d6162158ea88c679aee710f7a6c76c49.tar.gz
chat-139f6611d6162158ea88c679aee710f7a6c76c49.tar.bz2
chat-139f6611d6162158ea88c679aee710f7a6c76c49.zip
Added last updated for pictures
Diffstat (limited to 'model')
-rw-r--r--model/user.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/user.go b/model/user.go
index b94ceb899..c5a4d846d 100644
--- a/model/user.go
+++ b/model/user.go
@@ -45,6 +45,7 @@ type User struct {
Props StringMap `json:"props"`
NotifyProps StringMap `json:"notify_props"`
LastPasswordUpdate int64 `json:"last_password_update"`
+ LastPictureUpdate int64 `json:"last_picture_update"`
}
// IsValid validates the user and returns an error if it isn't configured