Software /
code /
prosody
Changeset
9704:89f2ebf0615b
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Dec 2018 11:59:11 +0100 |
parents | 9702:3a1b07d8c314 (current diff) 9703:0cfb7b3593eb (diff) |
children | 9705:42a3e3a28248 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/request.lib.lua Tue Dec 11 23:26:16 2018 +0100 +++ b/plugins/muc/request.lib.lua Sat Dec 15 11:59:11 2018 +0100 @@ -82,7 +82,7 @@ }; local message = st.message({ type = "normal"; from = event.room.jid }) - :add_direct_child(voice_request_form:form(formdata)); + :add_child(voice_request_form:form(formdata)); event.room:broadcast(message, function (_, occupant) return occupant.role == "moderator";