client-api: Remove pre-v1.3 note in docs

This commit is contained in:
Kévin Commaille 2022-06-20 16:46:25 +02:00 committed by Kévin Commaille
parent 6bee869b66
commit 05a28c8097

View File

@ -41,13 +41,6 @@ pub mod v3 {
/// ///
/// If this is `None`, the server will return messages from the start or end of the /// If this is `None`, the server will return messages from the start or end of the
/// history visible to the user, depending on the value of [`dir`][Self::dir]. /// history visible to the user, depending on the value of [`dir`][Self::dir].
///
/// *Note: This field is marked required in v1.2 of the specification, but that is
/// changing, most likely as part of v1.3. To frontload the breaking change, this field
/// is optional already even though v1.2 is the latest version at the time of writing.
/// The specification change can be found [here].*
///
/// [here]: https://github.com/matrix-org/matrix-spec/pull/1002
#[ruma_api(query)] #[ruma_api(query)]
pub from: Option<&'a str>, pub from: Option<&'a str>,