# HG changeset patch # User Jonas Schäfer # Date 1715414520 -7200 # Node ID d3a72777f1495786f4e8038827519bdaa2b0aa31 # Parent 6fb26b6691c04d873e55d31546d442bd5c0337bd mod_vcard_muc: fix field type for XEP-0486 field diff -r 6fb26b6691c0 -r d3a72777f149 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);