From f0084229a5ca6a0c51addb888237f6eb42becbfb Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 25 Feb 2016 04:24:03 -0300 Subject: Member show on Activate and Hide on deactivate from channel member list and at_mention --- 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 952b96e87..397601543 100644 --- a/store/store.go +++ b/store/store.go @@ -85,6 +85,7 @@ type ChannelStore interface { UpdateLastViewedAt(channelId string, userId string) StoreChannel IncrementMentionCount(channelId string, userId string) StoreChannel AnalyticsTypeCount(teamId string, channelType string) StoreChannel + ExtraUpdateByUser(userId string, time int64) StoreChannel } type PostStore interface { -- cgit v1.2.3-1-g7c22