Software /
code /
prosody-modules
Changeset
5928:d3a72777f149
mod_vcard_muc: fix field type for XEP-0486 field
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Sat, 11 May 2024 10:02:00 +0200 |
parents | 5927:6fb26b6691c0 |
children | 5929:02657e8693bc |
files | mod_vcard_muc/mod_vcard_muc.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);