Pinned messages : enabled by default

This commit is contained in:
ganfra
2024-09-10 13:56:00 +02:00
parent 96f8e097bd
commit c88cf9cc8c

View File

@@ -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(