Skip to content
Snippets Groups Projects
Verified Commit 34d51937 authored by Torsten Grote's avatar Torsten Grote
Browse files

Enable mailbox and private groups for testing

parent c7ef469a
No related branches found
No related tags found
1 merge request!302Enable mailbox and private groups for testing
Pipeline #13460 passed
......@@ -51,13 +51,13 @@ internal class DesktopTestModule {
override fun shouldEnablePrivateGroupsInCore() = desktopFeatureFlags.shouldEnablePrivateGroups()
override fun shouldEnableForumsInCore() = desktopFeatureFlags.shouldEnableForums()
override fun shouldEnableBlogsInCore() = desktopFeatureFlags.shouldEnableBlogs()
override fun shouldEnableMailbox() = false
override fun shouldEnableMailbox() = true
}
@Provides
@Singleton
internal fun provideDesktopFeatureFlags() = object : DesktopFeatureFlags {
override fun shouldEnablePrivateGroups() = false
override fun shouldEnablePrivateGroups() = true
override fun shouldEnableForums() = true
override fun shouldEnableBlogs() = false
override fun shouldEnableTransportSettings() = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment