mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Always resolve state in QueryStateAfterEvents
This commit is contained in:
parent
c366ccdfca
commit
3e55856254
@ -106,7 +106,7 @@ func (r *Queryer) QueryStateAfterEvents(
|
||||
return err
|
||||
}
|
||||
|
||||
if len(request.PrevEventIDs) > 1 && len(request.StateToFetch) == 0 {
|
||||
if len(request.PrevEventIDs) > 1 {
|
||||
var authEventIDs []string
|
||||
for _, e := range stateEvents {
|
||||
authEventIDs = append(authEventIDs, e.AuthEventIDs()...)
|
||||
|
Loading…
Reference in New Issue
Block a user