From 937b6480d534b3051cadf4a892a9aa210bec579a Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Thu, 25 Oct 2018 13:25:27 -0400 Subject: MM-12342: merge the experimental channel store (#9681) * MM-12342: merge the experimental channel store * gofmt after upgrading to go 1.11 --- store/store.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index e554f1486..eefaa4649 100644 --- a/store/store.go +++ b/store/store.go @@ -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 -- cgit v1.2.3-1-g7c22