mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-10 23:53:09 -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)
|
stateBlockNIDLists, err := v.db.StateBlockNIDs(ctx, snapshotNIDs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@ func (v *StateResolution) LoadMembershipAtEvent(
|
||||||
}
|
}
|
||||||
|
|
||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoadStateAtEvent loads the full state of a room before a particular event.
|
// LoadStateAtEvent loads the full state of a room before a particular event.
|
||||||
func (v *StateResolution) LoadStateAtEventForHistoryVisibility(
|
func (v *StateResolution) LoadStateAtEventForHistoryVisibility(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue