mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -06:00
Fix spelling
This commit is contained in:
parent
f141739554
commit
59f4745ca5
|
|
@ -358,7 +358,7 @@ func (d *SyncServerDatabase) fetchMissingStateEvents(txn *sql.Tx, eventIDs []str
|
||||||
return nil, fmt.Errorf("failed to map all event IDs to events: (got %d, wanted %d)", len(stateEvents), len(missing))
|
return nil, fmt.Errorf("failed to map all event IDs to events: (got %d, wanted %d)", len(stateEvents), len(missing))
|
||||||
}
|
}
|
||||||
for _, e := range stateEvents {
|
for _, e := range stateEvents {
|
||||||
// Set the stream position to 0 since these events occured outside the
|
// Set the stream position to 0 since these events occurred outside the
|
||||||
// stream so probably happened before it.
|
// stream so probably happened before it.
|
||||||
// TOOD: What happens if we receive a state event from outside the
|
// TOOD: What happens if we receive a state event from outside the
|
||||||
// timeline associated with an event in the middle of the timeline?
|
// timeline associated with an event in the middle of the timeline?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue