summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-03-07 09:37:00 -0500
committerGitHub <noreply@github.com>2017-03-07 09:37:00 -0500
commit33b8b72a026c54f121f1d0f0370d9ad2e6220a61 (patch)
tree005fe432e44b208a980f2b28a647e2ea48b6ed44 /einterfaces
parent115acb1fb1cef5dfe222af7f5ae02b5d1a9d9d4f (diff)
downloadchat-33b8b72a026c54f121f1d0f0370d9ad2e6220a61.tar.gz
chat-33b8b72a026c54f121f1d0f0370d9ad2e6220a61.tar.bz2
chat-33b8b72a026c54f121f1d0f0370d9ad2e6220a61.zip
Adding index and cache to reactinos store (#5654)
Diffstat (limited to 'einterfaces')
-rw-r--r--einterfaces/cluster.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index 389f1f139..b7ba55144 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -20,6 +20,7 @@ type ClusterInterface interface {
InvalidateCacheForChannelMembersNotifyProps(channelId string)
InvalidateCacheForChannelPosts(channelId string)
InvalidateCacheForWebhook(webhookId string)
+ InvalidateCacheForReactions(postId string)
Publish(event *model.WebSocketEvent)
UpdateStatus(status *model.Status)
GetLogs() ([]string, *model.AppError)