syncv3: include invited rooms in the count

This commit is contained in:
morguldir 2024-08-30 09:30:50 +02:00
parent 29a6065bae
commit 36b8de1339
No known key found for this signature in database
GPG key ID: 5A6025D4F6E7A8A3

View file

@ -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()),
},
);