From 35b816b92217237de922c928a6623b5ac426655a Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 6 Sep 2016 15:48:43 -0300 Subject: PLT-3921 Fix System Console Recent Active Users (#3856) * PLT-3921 System Console Recent Active Users --- 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 d3b908106..cf08a6c64 100644 --- a/store/store.go +++ b/store/store.go @@ -275,6 +275,7 @@ type StatusStore interface { Get(userId string) StoreChannel GetOnlineAway() StoreChannel GetOnline() StoreChannel + GetAllFromTeam(teamId string) StoreChannel ResetAll() StoreChannel GetTotalActiveUsersCount() StoreChannel UpdateLastActivityAt(userId string, lastActivityAt int64) StoreChannel -- cgit v1.2.3-1-g7c22