Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
14037cbe
Verified
Commit
14037cbe
authored
1 year ago
by
Mikolai Gütschow
Committed by
Torsten Grote
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
actually enable blogs in test builds
parent
25daffd7
Loading
Loading
1 merge request
!348
Blog MVP
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
briar-desktop/src/test/kotlin/org/briarproject/briar/desktop/DesktopTestModule.kt
+2
-2
2 additions, 2 deletions
...otlin/org/briarproject/briar/desktop/DesktopTestModule.kt
with
2 additions
and
2 deletions
briar-desktop/src/test/kotlin/org/briarproject/briar/desktop/DesktopTestModule.kt
+
2
−
2
View file @
14037cbe
/*
* Briar Desktop
* Copyright (C) 2021-202
2
The Briar Project
* Copyright (C) 2021-202
3
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
()
=
fals
e
override
fun
shouldEnableBlogs
()
=
tru
e
override
fun
shouldEnableTransportSettings
()
=
false
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment