mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
Clarify the meaning of LastEventIDSent
This commit is contained in:
parent
6acc5f4e8c
commit
57a6ba7f83
|
|
@ -135,7 +135,7 @@ type StateEntryList struct {
|
|||
type RoomRecentEventsUpdater interface {
|
||||
// The latest event IDs and state in the room.
|
||||
LatestEvents() []StateAtEventAndReference
|
||||
// The event ID of the latest event sent in the room.
|
||||
// The event ID of the latest event written to the output log in the room.
|
||||
LastEventIDSent() string
|
||||
// The current state of the room.
|
||||
CurrentStateSnapshotNID() StateSnapshotNID
|
||||
|
|
|
|||
Loading…
Reference in a new issue