MM-56878: Remove unused store method (#26230)
IsUserInChannelUseCache wasn't being used anywhere. https://mattermost.atlassian.net/browse/MM-56878 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
de3e5aab25
Коммит
f3c7510c70
@@ -2252,12 +2252,6 @@ func (s *RetryLayerChannelStore) InvalidatePinnedPostCount(channelID string) {
|
||||
|
||||
}
|
||||
|
||||
func (s *RetryLayerChannelStore) IsUserInChannelUseCache(userID string, channelID string) bool {
|
||||
|
||||
return s.ChannelStore.IsUserInChannelUseCache(userID, channelID)
|
||||
|
||||
}
|
||||
|
||||
func (s *RetryLayerChannelStore) MigrateChannelMembers(fromChannelID string, fromUserID string) (map[string]string, error) {
|
||||
|
||||
tries := 0
|
||||
|
||||
Ссылка в новой задаче
Block a user