fix(sync/v3): Cleanup part 1: mostly fix redundant data in state
This commit is contained in:
parent
502919b248
commit
2940bc69c1
13 changed files with 466 additions and 426 deletions
|
|
@ -41,7 +41,7 @@ async fn changes_since(
|
|||
let results: Vec<_> = self
|
||||
.services
|
||||
.account_data
|
||||
.changes_since(room_id.as_deref(), &user_id, since, None)
|
||||
.changes_since(room_id.as_deref(), &user_id, Some(since), None)
|
||||
.collect()
|
||||
.await;
|
||||
let query_time = timer.elapsed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue