Skip to content
Snippets Groups Projects
Verified Commit 14037cbe authored by Mikolai Gütschow's avatar Mikolai Gütschow Committed by Torsten Grote
Browse files

actually enable blogs in test builds

parent 25daffd7
1 merge request!348Blog MVP
/*
* 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
* it under the terms of the GNU Affero General Public License as
......@@ -60,7 +60,7 @@ internal class DesktopTestModule {
internal fun provideDesktopFeatureFlags() = object : DesktopFeatureFlags {
override fun shouldEnablePrivateGroups() = true
override fun shouldEnableForums() = true
override fun shouldEnableBlogs() = false
override fun shouldEnableBlogs() = true
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