summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-03-07 16:05:01 -0500
committerGitHub <noreply@github.com>2017-03-07 16:05:01 -0500
commit83291e4c8fd1c2d234ac9f4254af849bed64cabf (patch)
tree7457bacc4b91c35fa100d6b77fed1f411b36dcf5 /einterfaces
parente753d3dc3c8aeb6d4a8acc48ec1fa9ead10eb6ab (diff)
downloadchat-83291e4c8fd1c2d234ac9f4254af849bed64cabf.tar.gz
chat-83291e4c8fd1c2d234ac9f4254af849bed64cabf.tar.bz2
chat-83291e4c8fd1c2d234ac9f4254af849bed64cabf.zip
Merge 3.7 changes into master (#5679)
* Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
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)