chore(sdk): Log all updates.

This commit is contained in:
Ivan Enderlin
2025-02-28 11:53:06 +01:00
parent f7297edd61
commit a67f9d5bbf

View File

@@ -1150,9 +1150,9 @@ mod private {
spawn(async move {
let store = store.lock().await?;
trace!("applying {} updates", updates.len());
trace!(?updates, "sending linked chunk updates to the store");
store.handle_linked_chunk_updates(&room_id, updates).await?;
trace!("done applying store changes");
trace!("linked chunk updates applied");
super::Result::Ok(())
})