303 registered users avatars avoid multiple parallel request to peertube (#309)

Peertube users avatars optimization (Fix #303):

* avoid multiple parallel request to load same avatar from Peertube
* send "item-not-found" stanza when no avatar, instead of a vCard without avatar
This commit is contained in:
John Livingston
2024-02-06 11:01:29 +01:00
committed by GitHub
parent c008e84da7
commit 98c9bb8788
2 changed files with 69 additions and 67 deletions

View File

@ -18,6 +18,9 @@
* debounce MUC sidebar rendering in ConverseJS (Fix #138)
* force history pruning, even if messages keep coming (Fix #140)
* Prosody: disabling message carbons for anonymous users (See #295)
* Peertube users avatars optimization (Fix #303):
* avoid multiple parallel request to load same avatar from Peertube
* send "item-not-found" stanza when no avatar, instead of a vCard without avatar
## 8.0.4