summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
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)