mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Ensure state res results are unique
This commit is contained in:
parent
05e1ae8745
commit
664f31ec98
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ func (v StateResolution) calculateStateAfterManyEvents(
|
|||
return
|
||||
}
|
||||
algorithm = "full_state_with_conflicts"
|
||||
state = resolved
|
||||
state = resolved[:util.SortAndUnique(stateEntrySorter(resolved))]
|
||||
} else {
|
||||
algorithm = "full_state_no_conflicts"
|
||||
// 6) There weren't any conflicts
|
||||
|
|
Loading…
Reference in a new issue