summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2018-03-09 08:06:31 -0500
committerGitHub <noreply@github.com>2018-03-09 08:06:31 -0500
commit8ad99b4b1fbc901a69886d9a12ac016d8396b32f (patch)
tree949411d7b557f8479aec69ba46fa5879b8d258e8 /store/store.go
parent302dae5bb982aad14324a4df61a018557f3dd24e (diff)
downloadchat-8ad99b4b1fbc901a69886d9a12ac016d8396b32f.tar.gz
chat-8ad99b4b1fbc901a69886d9a12ac016d8396b32f.tar.bz2
chat-8ad99b4b1fbc901a69886d9a12ac016d8396b32f.zip
Remove query to update channel extra_update_at field on user activation/deactivation (#8415)
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/store/store.go b/store/store.go
index 671da02bd..f070a45db 100644
--- a/store/store.go
+++ b/store/store.go
@@ -153,7 +153,6 @@ type ChannelStore interface {
UpdateLastViewedAt(channelIds []string, userId string) StoreChannel
IncrementMentionCount(channelId string, userId string) StoreChannel
AnalyticsTypeCount(teamId string, channelType string) StoreChannel
- ExtraUpdateByUser(userId string, time int64) StoreChannel
GetMembersForUser(teamId string, userId string) StoreChannel
AutocompleteInTeam(teamId string, term string) StoreChannel
SearchInTeam(teamId string, term string) StoreChannel