Revert "Adding caching to get channel member (#5518)"

This reverts commit ba028ed74b.
Этот коммит содержится в:
Christopher Speller
2017-02-27 17:43:23 -05:00
родитель 55752fb359
Коммит 83c113595a
8 изменённых файлов: 13 добавлений и 67 удалений

Просмотреть файл

@@ -20,7 +20,6 @@ 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)