Merge pull request #4964 from element-hq/feature/bma/roomListNavigationBar

Home navigation bar
This commit is contained in:
Benoit Marty 2025-07-01 17:22:21 +02:00 committed by GitHub
commit 8bc7bed5cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 313 additions and 64 deletions

View file

@ -130,6 +130,13 @@ enum class FeatureFlags(
defaultValue = { false },
isFinished = false,
),
Space(
key = "feature.space",
title = "Spaces",
description = "Spaces are under active development, only developers should enable this flog for now.",
defaultValue = { false },
isFinished = false,
),
MediaUploadOnSendQueue(
key = "feature.media_upload_through_send_queue",
title = "Media upload through send queue",