docs: Document that the SyncService requires MSC4186

This commit is contained in:
Damir Jelić
2025-01-23 10:40:20 +01:00
parent 06ad67f99c
commit be71c6df56

View File

@@ -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