Add comments to explain required event_id fields
This commit is contained in:
parent
e36e9a68ac
commit
7a22bc7a45
@ -41,6 +41,8 @@ ruma_api! {
|
|||||||
|
|
||||||
response {
|
response {
|
||||||
/// A unique identifier for the event.
|
/// 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,
|
pub event_id: EventId,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@ ruma_api! {
|
|||||||
|
|
||||||
response {
|
response {
|
||||||
/// A unique identifier for the event.
|
/// 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,
|
pub event_id: EventId,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,6 +37,8 @@ ruma_api! {
|
|||||||
|
|
||||||
response {
|
response {
|
||||||
/// A unique identifier for the event.
|
/// 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,
|
pub event_id: EventId,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user