MM-56878: Remove unused store method (#26230)

IsUserInChannelUseCache wasn't being used anywhere.

https://mattermost.atlassian.net/browse/MM-56878

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2024-02-15 19:20:48 +05:30
коммит произвёл GitHub
родитель de3e5aab25
Коммит f3c7510c70
7 изменённых файлов: 0 добавлений и 99 удалений

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

@@ -232,7 +232,6 @@ type ChannelStore interface {
GetAllChannelMembersForUser(userID string, allowFromCache bool, includeDeleted bool) (map[string]string, error)
GetChannelsMemberCount(channelIDs []string) (map[string]int64, error)
InvalidateAllChannelMembersForUser(userID string)
IsUserInChannelUseCache(userID string, channelID string) bool
GetAllChannelMembersNotifyPropsForChannel(channelID string, allowFromCache bool) (map[string]model.StringMap, error)
InvalidateCacheForChannelMembersNotifyProps(channelID string)
GetMemberForPost(postID string, userID string, includeArchivedChannels bool) (*model.ChannelMember, error)