Poll WIP (#231):
* muted participants can't vote * removed "Choice N" from button labels.
This commit is contained in:
@ -23,7 +23,7 @@ local remove_specific_tags_from_groupchat = module:require("message").remove_spe
|
||||
local handle_new_occupant_session = module:require("message").handle_new_occupant_session;
|
||||
local room_restored = module:require("poll").room_restored;
|
||||
|
||||
local poll_groupchat_votes_priority = module:get_option_number("poll_groupchat_votes_priority") or 500;
|
||||
local poll_groupchat_votes_priority = module:get_option_number("poll_groupchat_votes_priority") or 40;
|
||||
|
||||
|
||||
-- new poll creation, get form
|
||||
|
Reference in New Issue
Block a user