Enable polls (#1196)
Enable the Polls feature. Allows to create, view, vote and end polls.
This commit is contained in:
parent
d736261317
commit
4ba8e9b7fe
2 changed files with 1 additions and 1 deletions
1
changelog.d/1196.feature
Normal file
1
changelog.d/1196.feature
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Enable the Polls feature. Allows to create, view, vote and end polls.
|
||||||
|
|
@ -30,7 +30,6 @@ enum class FeatureFlags(
|
||||||
key = "feature.polls",
|
key = "feature.polls",
|
||||||
title = "Polls",
|
title = "Polls",
|
||||||
description = "Create poll and render poll events in the timeline",
|
description = "Create poll and render poll events in the timeline",
|
||||||
defaultValue = false,
|
|
||||||
),
|
),
|
||||||
UseEncryptionSync(
|
UseEncryptionSync(
|
||||||
key = "feature.useencryptionsync",
|
key = "feature.useencryptionsync",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue