Skip to content
Snippets Groups Projects
Verified Commit e23fe28a authored by Mikolai Gütschow's avatar Mikolai Gütschow
Browse files

enable blog in release builds

parent 4216c013
No related branches found
No related tags found
1 merge request!364Bump briar core
Pipeline #15422 passed
/* /*
* Briar Desktop * Briar Desktop
* Copyright (C) 2021-2022 The Briar Project * Copyright (C) 2021-2023 The Briar Project
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
...@@ -56,7 +56,7 @@ internal class DesktopModule { ...@@ -56,7 +56,7 @@ internal class DesktopModule {
internal fun provideDesktopFeatureFlags() = object : DesktopFeatureFlags { internal fun provideDesktopFeatureFlags() = object : DesktopFeatureFlags {
override fun shouldEnablePrivateGroups() = true override fun shouldEnablePrivateGroups() = true
override fun shouldEnableForums() = true override fun shouldEnableForums() = true
override fun shouldEnableBlogs() = false override fun shouldEnableBlogs() = true
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