Added last updated for pictures

Этот коммит содержится в:
nickago
2015-07-16 08:55:37 -07:00
родитель 463e89c280
Коммит 139f6611d6
5 изменённых файлов: 15 добавлений и 6 удалений

Просмотреть файл

@@ -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