summaryrefslogtreecommitdiffstats
path: root/einterfaces/cluster.go
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-10-25 05:56:06 -0700
committerChristopher Speller <crspeller@gmail.com>2016-10-25 08:56:06 -0400
commit3e1fc76bf97703e730038d7bead7a35cbda970cd (patch)
tree48d2db5b3a1eba82ecaab8b27f7aa590fcaaf8f3 /einterfaces/cluster.go
parent57eb69927c3f990326e13888e40f0feb740a4e19 (diff)
downloadchat-3e1fc76bf97703e730038d7bead7a35cbda970cd.tar.gz
chat-3e1fc76bf97703e730038d7bead7a35cbda970cd.tar.bz2
chat-3e1fc76bf97703e730038d7bead7a35cbda970cd.zip
Fixing clustering problem (#4320)
Diffstat (limited to 'einterfaces/cluster.go')
-rw-r--r--einterfaces/cluster.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index 921576ad2..6b4395398 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -13,7 +13,6 @@ type ClusterInterface interface {
GetClusterInfos() []*model.ClusterInfo
RemoveAllSessionsForUserId(userId string)
InvalidateCacheForUser(userId string)
- InvalidateCacheForChannel(channelId string)
Publish(event *model.WebSocketEvent)
UpdateStatus(status *model.Status)
GetLogs() ([]string, *model.AppError)