Update timeline items read receipts when the room members are loaded (#2194)

* Update timeline items' sender info and read receipts when the room members info is loaded

* Only update this info if we have loaded the room members
This commit is contained in:
Jorge Martin Espinosa 2024-01-24 08:07:15 +01:00 committed by GitHub
parent 3faaf208b4
commit 14fc747e80
5 changed files with 97 additions and 23 deletions

1
changelog.d/2176.bugfix Normal file
View file

@ -0,0 +1 @@
Update timeline items' read receipts when the room members info is loaded.