mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing cluster issue with posts (#6736)
This commit is contained in:
committed by
Joram Wilander
parent
647d5b1b45
commit
a077cae279
@@ -49,7 +49,7 @@ func ClusterInvalidateCacheForWebhookHandler(msg *model.ClusterMessage) {
|
||||
}
|
||||
|
||||
func ClusterInvalidateCacheForChannelPostsHandler(msg *model.ClusterMessage) {
|
||||
InvalidateCacheForWebhookSkipClusterSend(msg.Data)
|
||||
InvalidateCacheForChannelPostsSkipClusterSend(msg.Data)
|
||||
}
|
||||
|
||||
func ClusterInvalidateCacheForChannelMembersNotifyPropHandler(msg *model.ClusterMessage) {
|
||||
|
||||
Reference in New Issue
Block a user