mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
Grammar?
This commit is contained in:
parent
fa93a106cb
commit
37502a76f4
|
|
@ -26,8 +26,8 @@ type OutputRoomEvent struct {
|
||||||
// This is used by consumers to check if they can safely update their
|
// This is used by consumers to check if they can safely update their
|
||||||
// current state using the delta supplied in AddsStateEventIDs and
|
// current state using the delta supplied in AddsStateEventIDs and
|
||||||
// RemovesStateEventIDs.
|
// RemovesStateEventIDs.
|
||||||
// If they the LastSentEventID doesn't match what they were expecting it to
|
// If the LastSentEventID doesn't match what they were expecting it to be
|
||||||
// be they can use the LatestEventIDs to request the full current state.
|
// they can use the LatestEventIDs to request the full current state.
|
||||||
LastSentEventID string
|
LastSentEventID string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue