From 9d94869cc6a0fb9f051879437c104ccd76094380 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 12 May 2016 18:36:30 -0700 Subject: Fixing issue with missing user (#2989) --- store/store.go | 1 + 1 file changed, 1 insertion(+) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index 37aafdd4a..7f62fcd97 100644 --- a/store/store.go +++ b/store/store.go @@ -122,6 +122,7 @@ type UserStore interface { Save(user *model.User) StoreChannel Update(user *model.User, allowRoleUpdate bool) StoreChannel UpdateLastPictureUpdate(userId string) StoreChannel + UpdateUpdateAt(userId string) StoreChannel UpdateLastPingAt(userId string, time int64) StoreChannel UpdateLastActivityAt(userId string, time int64) StoreChannel UpdateUserAndSessionActivity(userId string, sessionId string, time int64) StoreChannel -- cgit v1.2.3-1-g7c22