Enable polls (#1196)
Enable the Polls feature. Allows to create, view, vote and end polls.
This commit is contained in:
parent
3a920f1a9d
commit
33683abf59
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",
|
||||
title = "Polls",
|
||||
description = "Create poll and render poll events in the timeline",
|
||||
defaultValue = false,
|
||||
),
|
||||
UseEncryptionSync(
|
||||
key = "feature.useencryptionsync",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue