Implement receipts per thread (#438)

This commit is contained in:
VAWVAW
2025-06-06 01:11:57 +00:00
committed by GitHub
parent f0de97a049
commit f880358a83
7 changed files with 152 additions and 72 deletions

View File

@@ -559,7 +559,7 @@ impl Application {
for room_id in store.application.sync_info.chats() {
if let Some(room) = store.application.rooms.get_mut(room_id) {
room.fully_read(user_id.clone());
room.fully_read(user_id);
}
}