appservice-api: Remove outdated comment
The field is now correctly specified in the spec.
This commit is contained in:
parent
6311fc644e
commit
0107229b3c
@ -32,7 +32,6 @@ pub mod v1 {
|
||||
pub protocol: String,
|
||||
|
||||
/// 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)]
|
||||
pub fields: BTreeMap<String, String>,
|
||||
}
|
||||
|
@ -33,7 +33,6 @@ pub mod v1 {
|
||||
pub protocol: String,
|
||||
|
||||
/// 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)]
|
||||
pub fields: BTreeMap<String, String>,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user