summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go4
1 files changed, 0 insertions, 4 deletions
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