Skip to content
Snippets Groups Projects
Verified Commit d4ad62f1 authored by Sebastian's avatar Sebastian
Browse files

Enable private groups in production

parent 34d7bfdc
No related branches found
No related tags found
1 merge request!351Enable private groups in production
Pipeline #14999 passed
...@@ -54,7 +54,7 @@ internal class DesktopModule { ...@@ -54,7 +54,7 @@ internal class DesktopModule {
@Provides @Provides
@Singleton @Singleton
internal fun provideDesktopFeatureFlags() = object : DesktopFeatureFlags { internal fun provideDesktopFeatureFlags() = object : DesktopFeatureFlags {
override fun shouldEnablePrivateGroups() = false override fun shouldEnablePrivateGroups() = true
override fun shouldEnableForums() = true override fun shouldEnableForums() = true
override fun shouldEnableBlogs() = false override fun shouldEnableBlogs() = false
override fun shouldEnableTransportSettings() = false override fun shouldEnableTransportSettings() = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment