This commit is contained in:
Neil Alexander 2022-08-02 10:44:44 +01:00
parent 9295bf0b1f
commit 7b4a9171ab
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -149,7 +149,7 @@ func (v *StateResolution) LoadMembershipAtEvent(
}
stateBlockNIDLists, err := v.db.StateBlockNIDs(ctx, snapshotNIDs)
if err != nil {
if err != nil {
return nil, err
}
@ -176,7 +176,7 @@ func (v *StateResolution) LoadMembershipAtEvent(
}
return result, nil
}
}
// LoadStateAtEvent loads the full state of a room before a particular event.
func (v *StateResolution) LoadStateAtEventForHistoryVisibility(