mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-12342: merge the experimental channel store (#9681)
* MM-12342: merge the experimental channel store * gofmt after upgrading to go 1.11
This commit is contained in:
@@ -179,10 +179,6 @@ type ChannelStore interface {
|
||||
ClearAllCustomRoleAssignments() StoreChannel
|
||||
ResetLastPostAt() StoreChannel
|
||||
MigratePublicChannels() error
|
||||
DropPublicChannels() error
|
||||
EnableExperimentalPublicChannelsMaterialization()
|
||||
DisableExperimentalPublicChannelsMaterialization()
|
||||
IsExperimentalPublicChannelsMaterializationEnabled() bool
|
||||
GetAllChannelsForExportAfter(limit int, afterId string) StoreChannel
|
||||
GetChannelMembersForExport(userId string, teamId string) StoreChannel
|
||||
RemoveAllDeactivatedMembers(channelId string) StoreChannel
|
||||
|
||||
Reference in New Issue
Block a user