diff --git a/crates/matrix-sdk-ui/src/sync_service.rs b/crates/matrix-sdk-ui/src/sync_service.rs index 4aa70fbbf..4c7d6a29b 100644 --- a/crates/matrix-sdk-ui/src/sync_service.rs +++ b/crates/matrix-sdk-ui/src/sync_service.rs @@ -329,6 +329,11 @@ struct SyncServiceInner { /// with a Matrix server. It can initiate and maintain the necessary /// synchronization tasks for you. /// +/// **Note**: The [`SyncService`] requires a server with support for [MSC4186], +/// otherwise it will fail with an 404 `M_UNRECOGNIZED` request error. +/// +/// [MSC4186]: https://github.com/matrix-org/matrix-spec-proposals/pull/4186/ +/// /// # Example /// /// ```no_run