Added last updated for pictures

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

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

@@ -77,7 +77,7 @@ type PostStore interface {
type UserStore interface {
Save(user *model.User) StoreChannel
Update(user *model.User, allowRoleUpdate bool) StoreChannel
UpdateUpdateAt(userId string) StoreChannel
UpdateLastPictureUpdate(userId string) StoreChannel
UpdateLastPingAt(userId string, time int64) StoreChannel
UpdateLastActivityAt(userId string, time int64) StoreChannel
UpdateUserAndSessionActivity(userId string, sessionId string, time int64) StoreChannel