summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/store/store.go b/store/store.go
index 8da70d7ec..8c731f8d5 100644
--- a/store/store.go
+++ b/store/store.go
@@ -174,6 +174,11 @@ type ChannelStore interface {
ResetAllChannelSchemes() StoreChannel
ClearAllCustomRoleAssignments() StoreChannel
ResetLastPostAt() StoreChannel
+ MigratePublicChannels() error
+ DropPublicChannels() error
+ EnableExperimentalPublicChannelsMaterialization()
+ DisableExperimentalPublicChannelsMaterialization()
+ IsExperimentalPublicChannelsMaterializationEnabled() bool
}
type ChannelMemberHistoryStore interface {