From bfa04c0ab0eca5d812ad64e5f51e95ec458cf0d3 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 21 Jul 2016 10:00:09 -0400 Subject: PLT-2408 Adds here mention for online users (#3619) * Added @here mention that notifies online users * Fixed existing race condition that would sometime cause clients to miss mention count changes * Added missing localization strings * Prevent @here from mentioning the user who posted it --- 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 c495ff927..8efec5e54 100644 --- a/store/store.go +++ b/store/store.go @@ -266,6 +266,7 @@ type StatusStore interface { SaveOrUpdate(status *model.Status) StoreChannel Get(userId string) StoreChannel GetOnlineAway() StoreChannel + GetOnline() StoreChannel ResetAll() StoreChannel GetTotalActiveUsersCount() StoreChannel UpdateLastActivityAt(userId string, lastActivityAt int64) StoreChannel -- cgit v1.2.3-1-g7c22