From 11a688d3813646aeb97f58b61c083b019da66cfc Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 20 Jan 2017 15:24:53 -0500 Subject: Adding active users statistics to system console (#5141) --- 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 88a553b7c..730a923c5 100644 --- a/store/store.go +++ b/store/store.go @@ -175,6 +175,7 @@ type UserStore interface { GetSystemAdminProfiles() StoreChannel PermanentDelete(userId string) StoreChannel AnalyticsUniqueUserCount(teamId string) StoreChannel + AnalyticsActiveCount(time int64) StoreChannel GetUnreadCount(userId string) StoreChannel GetUnreadCountForChannel(userId string, channelId string) StoreChannel GetRecentlyActiveUsersForTeam(teamId string) StoreChannel -- cgit v1.2.3-1-g7c22