mark get_summary_and_children_federation Send
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user