Poll WIP (#231):

* poll backend WIP
This commit is contained in:
John Livingston
2024-06-30 15:30:33 +02:00
parent e779a669c8
commit 22076e9929
4 changed files with 152 additions and 9 deletions

View File

@ -43,6 +43,7 @@ local function get_form_layout(room, stanza)
type = "boolean";
label = "Anonymous results";
desc = "By enabling this, user's votes won't be publicly shown in the room.";
value = true;
});
table.insert(form, {
name = "muc#roompoll_choice1";