Add comments to explain required event_id fields

This commit is contained in:
Jonas Platte 2020-05-07 14:42:30 +02:00
parent e36e9a68ac
commit 7a22bc7a45
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,8 @@ ruma_api! {
response {
/// A unique identifier for the event.
// This is not declared required in r0.6.0, but that was a bug that has now been fixed:
// https://github.com/matrix-org/matrix-doc/pull/2525
pub event_id: EventId,
}

View File

@ -33,6 +33,8 @@ ruma_api! {
response {
/// A unique identifier for the event.
// This is not declared required in r0.6.0, but that was a bug that has now been fixed:
// https://github.com/matrix-org/matrix-doc/pull/2525
pub event_id: EventId,
}

View File

@ -37,6 +37,8 @@ ruma_api! {
response {
/// A unique identifier for the event.
// This is not declared required in r0.6.0, but that was a bug that has now been fixed:
// https://github.com/matrix-org/matrix-doc/pull/2525
pub event_id: EventId,
}