mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 15:13:12 -06:00
Lint
This commit is contained in:
parent
9295bf0b1f
commit
7b4a9171ab
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue