mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Singular
This commit is contained in:
parent
5dc645d9f9
commit
94680bfbeb
|
|
@ -29,7 +29,7 @@ type JoinedHost struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// A EventIDMismatchError indicates that we have got out of sync with the
|
// A EventIDMismatchError indicates that we have got out of sync with the
|
||||||
// rooms server.
|
// room server.
|
||||||
type EventIDMismatchError struct {
|
type EventIDMismatchError struct {
|
||||||
// The event ID we have stored in our local database.
|
// The event ID we have stored in our local database.
|
||||||
DatabaseID string
|
DatabaseID string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue