mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
whoops compile error
This commit is contained in:
parent
adf2726f20
commit
16365357b7
|
|
@ -695,7 +695,7 @@ func (v StateResolution) resolveConflictsV2(
|
|||
notConflicted, conflicted []types.StateEntry,
|
||||
) ([]types.StateEntry, error) {
|
||||
|
||||
var eventIDMap map[string]StateEntry
|
||||
var eventIDMap map[string]types.StateEntry
|
||||
|
||||
// Load the conflicted events
|
||||
conflictedEvents, conflictedEventMap, err := v.loadStateEvents(ctx, conflicted)
|
||||
|
|
|
|||
Loading…
Reference in a new issue