# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1544871551 -3600
# Node ID 89f2ebf0615b8b729ea66868c8eaf31e1e7868fe
# Parent  3a1b07d8c314c6e5d12d96f49144ed8a74e9068b# Parent  0cfb7b3593eba575ad1d970d5bff31d97be1c2d1
Merge 0.11->trunk

diff -r 3a1b07d8c314 -r 89f2ebf0615b plugins/muc/request.lib.lua
--- 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";