summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-02-27 17:43:23 -0500
committerChristopher Speller <crspeller@gmail.com>2017-02-27 17:43:23 -0500
commit83c113595ace467ad34f05e35fb2282fa8631a17 (patch)
treecb69e0bf9d2a04e0d622e5151181c65527bc90bc /einterfaces
parent55752fb359f805196e9acc1497cee658d30fa6ed (diff)
downloadchat-83c113595ace467ad34f05e35fb2282fa8631a17.tar.gz
chat-83c113595ace467ad34f05e35fb2282fa8631a17.tar.bz2
chat-83c113595ace467ad34f05e35fb2282fa8631a17.zip
Revert "Adding caching to get channel member (#5518)"
This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
Diffstat (limited to 'einterfaces')
-rw-r--r--einterfaces/cluster.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index 22610cd91..389f1f139 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -20,7 +20,6 @@ type ClusterInterface interface {
InvalidateCacheForChannelMembersNotifyProps(channelId string)
InvalidateCacheForChannelPosts(channelId string)
InvalidateCacheForWebhook(webhookId string)
- InvalidateCacheForChannelMember(channelId string, userId string)
Publish(event *model.WebSocketEvent)
UpdateStatus(status *model.Status)
GetLogs() ([]string, *model.AppError)