Merge pull request #3439 from element-hq/feature/fga/pinned_messages_enabled_by_default
Enables pinned messages feature by default.
This commit is contained in:
commit
f6704b3408
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ enum class FeatureFlags(
|
|||
key = "feature.pinnedEvents",
|
||||
title = "Pinned Events",
|
||||
description = "Allow user to pin events in a room",
|
||||
defaultValue = { false },
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
SyncOnPush(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue