client-api: Remove outdated comment

The field is now correctly specified in the spec.
This commit is contained in:
Kévin Commaille 2024-11-30 17:50:52 +01:00 committed by strawberry
parent 0107229b3c
commit 4a9dfc7b30
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ pub mod v3 {
pub protocol: String, pub protocol: String,
/// One or more custom fields to help identify the third party location. /// One or more custom fields to help identify the third party location.
// The specification is incorrect for this parameter. See [matrix-spec#560](https://github.com/matrix-org/matrix-spec/issues/560).
#[ruma_api(query_all)] #[ruma_api(query_all)]
pub fields: BTreeMap<String, String>, pub fields: BTreeMap<String, String>,
} }

View File

@ -33,7 +33,6 @@ pub mod v3 {
pub protocol: String, pub protocol: String,
/// One or more custom fields that are passed to the AS to help identify the user. /// One or more custom fields that are passed to the AS to help identify the user.
// The specification is incorrect for this parameter. See [matrix-spec#560](https://github.com/matrix-org/matrix-spec/issues/560).
#[ruma_api(query_all)] #[ruma_api(query_all)]
pub fields: BTreeMap<String, String>, pub fields: BTreeMap<String, String>,
} }