syncv3: include invited rooms in the count
This commit is contained in:
parent
29a6065bae
commit
36b8de1339
1 changed files with 1 additions and 1 deletions
|
@ -1394,7 +1394,7 @@ pub(crate) async fn sync_events_v4_route(
|
|||
}
|
||||
})
|
||||
.collect(),
|
||||
count: ruma_from_usize(all_joined_rooms.len()),
|
||||
count: ruma_from_usize(active_rooms.len()),
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue