Optimize spaces pageload; pipeline outer loop.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-08-07 03:16:32 +00:00
parent e106e50ed0
commit d7e5c0ccf3
2 changed files with 53 additions and 26 deletions

View File

@@ -298,7 +298,7 @@ fn get_space_child_events<'a>(
#[implement(Service)]
pub async fn get_summary_and_children_client(
&self,
current_room: &OwnedRoomId,
current_room: &RoomId,
suggested_only: bool,
user_id: &UserId,
via: &[OwnedServerName],