mark get_summary_and_children_federation Send

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-27 04:07:24 +00:00
parent dfe058a244
commit c99f5770a0

View file

@ -238,7 +238,7 @@ async fn get_summary_and_children_federation(
fn get_stripped_space_child_events<'a>( fn get_stripped_space_child_events<'a>(
&'a self, &'a self,
room_id: &'a RoomId, room_id: &'a RoomId,
) -> impl Stream<Item = Raw<HierarchySpaceChildEvent>> + 'a { ) -> impl Stream<Item = Raw<HierarchySpaceChildEvent>> + Send + 'a {
self.services self.services
.state .state
.get_room_shortstatehash(room_id) .get_room_shortstatehash(room_id)