diff --git a/matrix_sdk/src/client.rs b/matrix_sdk/src/client.rs index 880fed5e..e53d1619 100644 --- a/matrix_sdk/src/client.rs +++ b/matrix_sdk/src/client.rs @@ -856,7 +856,7 @@ impl Client { pub async fn sync_forever( &self, sync_settings: SyncSettings, - callback: impl Fn(sync_events::Response) -> C + Send, + callback: impl Fn(sync_events::Response) -> C, ) where C: Future, {