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 From a8e68bd8905972ae59de90fa33d5b3e3c274dc47 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 10 Mar 2017 05:18:18 -0500 Subject: PLT-5765 Passed SiteURL to SendNotifications (#5705) --- einterfaces/saml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'einterfaces') diff --git a/einterfaces/saml.go b/einterfaces/saml.go index af2e815a5..478cf8a68 100644 --- a/einterfaces/saml.go +++ b/einterfaces/saml.go @@ -10,7 +10,7 @@ import ( type SamlInterface interface { ConfigureSP() *model.AppError BuildRequest(relayState string) (*model.SamlAuthRequest, *model.AppError) - DoLogin(encodedXML string, relayState map[string]string) (*model.User, *model.AppError) + DoLogin(encodedXML string, relayState map[string]string, siteURL string) (*model.User, *model.AppError) GetMetadata() (string, *model.AppError) } -- cgit v1.2.3-1-g7c22