syncv3: include invited rooms in the count
This commit is contained in:
parent
29a6065bae
commit
36b8de1339
|
@ -1394,7 +1394,7 @@ pub(crate) async fn sync_events_v4_route(
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.collect(),
|
.collect(),
|
||||||
count: ruma_from_usize(all_joined_rooms.len()),
|
count: ruma_from_usize(active_rooms.len()),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue