mark get_summary_and_children_federation Send
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
dfe058a244
commit
c99f5770a0
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ async fn get_summary_and_children_federation(
|
|||
fn get_stripped_space_child_events<'a>(
|
||||
&'a self,
|
||||
room_id: &'a RoomId,
|
||||
) -> impl Stream<Item = Raw<HierarchySpaceChildEvent>> + 'a {
|
||||
) -> impl Stream<Item = Raw<HierarchySpaceChildEvent>> + Send + 'a {
|
||||
self.services
|
||||
.state
|
||||
.get_room_shortstatehash(room_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue