From 946302d9a29cbf5702da9e18a52b59864a18c69e Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 21 Jul 2016 08:36:11 -0800 Subject: PLT-3691 Fixing mobile session (#3652) * PLT-3691 Fixing mobile session * Fixing unit tests --- store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index 8efec5e54..ac424a944 100644 --- a/store/store.go +++ b/store/store.go @@ -163,7 +163,7 @@ type SessionStore interface { PermanentDeleteSessionsByUser(teamId string) StoreChannel UpdateLastActivityAt(sessionId string, time int64) StoreChannel UpdateRoles(userId string, roles string) StoreChannel - UpdateDeviceId(id string, deviceId string) StoreChannel + UpdateDeviceId(id string, deviceId string, expiresAt int64) StoreChannel AnalyticsSessionCount() StoreChannel } -- cgit v1.2.3-1-g7c22