summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-25 04:24:03 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-25 04:24:03 -0300
commitf0084229a5ca6a0c51addb888237f6eb42becbfb (patch)
tree7f6f2e82b5e87d3d3c9fc6249630891c22799117 /store/store.go
parent6f319fc64c9a947d8f076262aaab51354cb39ecd (diff)
downloadchat-f0084229a5ca6a0c51addb888237f6eb42becbfb.tar.gz
chat-f0084229a5ca6a0c51addb888237f6eb42becbfb.tar.bz2
chat-f0084229a5ca6a0c51addb888237f6eb42becbfb.zip
Member show on Activate and Hide on deactivate from channel member list and at_mention
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go1
1 files changed, 1 insertions, 0 deletions
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 {