mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Adding caching to get channel member (#5518)
This commit is contained in:
committed by
Corey Hulen
parent
7fc5dc236a
commit
ba028ed74b
@@ -20,6 +20,7 @@ type ClusterInterface interface {
|
||||
InvalidateCacheForChannelMembersNotifyProps(channelId string)
|
||||
InvalidateCacheForChannelPosts(channelId string)
|
||||
InvalidateCacheForWebhook(webhookId string)
|
||||
InvalidateCacheForChannelMember(channelId string, userId string)
|
||||
Publish(event *model.WebSocketEvent)
|
||||
UpdateStatus(status *model.Status)
|
||||
GetLogs() ([]string, *model.AppError)
|
||||
|
||||
Reference in New Issue
Block a user