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 3a920f1a9d
commit 33683abf59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",