mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-15 01:53:09 -06:00
Fix the error
This commit is contained in:
parent
398e5c5efa
commit
2c7bc85bd6
|
|
@ -75,7 +75,7 @@ func (r *Queryer) QueryStateAfterEvents(
|
||||||
if _, ok := err.(types.MissingEventError); ok {
|
if _, ok := err.(types.MissingEventError); ok {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return nil
|
return err
|
||||||
}
|
}
|
||||||
response.PrevEventsExist = true
|
response.PrevEventsExist = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue