Allow polls to be edited (#1869)

Polls can be edited if they do not have any votes

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
jonnyandrew
2023-11-24 16:47:58 +00:00
committed by GitHub
parent 198147e813
commit 634d8167ea
50 changed files with 827 additions and 173 deletions

View File

@@ -157,7 +157,8 @@
{
"name": ":features:poll:impl",
"includeRegex": [
"screen_create_poll_.*"
"screen_create_poll_.*",
"screen_edit_poll_.*"
]
},
{