Changelog & cleaning.

This commit is contained in:
John Livingston 2022-01-05 20:13:59 +01:00
parent a5385e99cd
commit 2effa8e4e9
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,7 @@
### Features ### Features
* Builtin Prosody, Share chat url: ability to show/hide the scrollbar in readonly mode. * Builtin Prosody, Share chat url: ability to show/hide the scrollbar in readonly mode.
* Builtin Prosody: display Peertube users avatars.
### Minor changes and fixes ### Minor changes and fixes

View File

@ -98,5 +98,4 @@ module:hook("iq-get/bare/vcard-temp:vCard", function (event)
origin.send(st.reply(stanza):add_child(vcard_temp)); origin.send(st.reply(stanza):add_child(vcard_temp));
cache_user[who] = { last_fetch_time = gettime(), vcard = vcard_temp }; cache_user[who] = { last_fetch_time = gettime(), vcard = vcard_temp };
return true; return true;
end, 1); -- TODO: Negative priority, so if the user has set a custom vCard (mod_vcard_legacy), it will be used? end);
-- TODO: cache results for N seconds