Enable polls (#1196)

Enable the Polls feature. Allows to create, view, vote and end polls.
This commit is contained in:
Marco Romano 2023-08-31 15:17:11 +02:00 committed by GitHub
parent d736261317
commit 4ba8e9b7fe
2 changed files with 1 additions and 1 deletions

1
changelog.d/1196.feature Normal file
View file

@ -0,0 +1 @@
Enable the Polls feature. Allows to create, view, vote and end polls.

View file

@ -30,7 +30,6 @@ enum class FeatureFlags(
key = "feature.polls",
title = "Polls",
description = "Create poll and render poll events in the timeline",
defaultValue = false,
),
UseEncryptionSync(
key = "feature.useencryptionsync",