mod_vcard_muc: fix field type for XEP-0486 field
authorJonas Schäfer <jonas@wielicki.name>
Sat, 11 May 2024 10:02:00 +0200
changeset 5908 d3a72777f149
parent 5907 6fb26b6691c0
child 5909 02657e8693bc
mod_vcard_muc: fix field type for XEP-0486 field
mod_vcard_muc/mod_vcard_muc.lua
--- a/mod_vcard_muc/mod_vcard_muc.lua	Sat May 11 09:52:11 2024 +0200
+++ b/mod_vcard_muc/mod_vcard_muc.lua	Sat May 11 10:02:00 2024 +0200
@@ -104,7 +104,7 @@
 
 	table.insert(event.form, {
 			name = "muc#roominfo_avatarhash",
-			type = "text-single",
+			type = "text-multi",
 		});
 	event.formdata["muc#roominfo_avatarhash"] = get_photo_hash(event.room);
 end);