From 1f5c8c4e4ebb2e163278f3e62d640f41a2df7294 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 11 Mar 2016 00:14:55 -0300 Subject: Option to enable full snippets in push notifications --- store/store.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index b041cfa25..1738ba84e 100644 --- a/store/store.go +++ b/store/store.go @@ -130,6 +130,8 @@ type UserStore interface { GetSystemAdminProfiles() StoreChannel PermanentDelete(userId string) StoreChannel AnalyticsUniqueUserCount(teamId string) StoreChannel + + GetUnreadCount(userId string) StoreChannel } type SessionStore interface { -- cgit v1.2.3-1-g7c22