element-x-ada/features/home
Jorge Martin Espinosa 4e3853a718
Attempt to fix room list item duplicates at midnight (#6793)
* Attempt to fix room list item duplicates at midnight

This seems to happen because of a race condition between `RoomListDataSource.observeDateTimeChanges` and `RoomListDataSource.replaceWith` being called at almost the same time and the first one using the newly received items from observing the timeline items but not updating the cache which will be later reused by `replaceWith`, containing incorrect indices
2026-05-18 22:18:52 +02:00
..
api Create spaces (#5982) 2026-01-13 14:35:49 +01:00
impl Attempt to fix room list item duplicates at midnight (#6793) 2026-05-18 22:18:52 +02:00