From 33b8b72a026c54f121f1d0f0370d9ad2e6220a61 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 7 Mar 2017 09:37:00 -0500 Subject: Adding index and cache to reactinos store (#5654) --- einterfaces/cluster.go | 1 + 1 file changed, 1 insertion(+) (limited to 'einterfaces') 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) -- cgit v1.2.3-1-g7c22