From d757645c2490dd4f0de16cc32e05551b1476d0a0 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 16 Mar 2017 14:58:33 -0400 Subject: Implement some channel endpoints for APIv4 (#5767) --- 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 497f613da..72572b1e0 100644 --- a/store/store.go +++ b/store/store.go @@ -134,6 +134,7 @@ type ChannelStore interface { SearchMore(userId string, teamId string, term string) StoreChannel GetMembersByIds(channelId string, userIds []string) StoreChannel AnalyticsDeletedTypeCount(teamId string, channelType string) StoreChannel + GetChannelUnread(channelId, userId string) StoreChannel } type PostStore interface { -- cgit v1.2.3-1-g7c22