mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
spelling
This commit is contained in:
parent
67b261d32c
commit
7fc31eee66
|
|
@ -158,7 +158,7 @@ func calculateAndStoreStateMany(db RoomEventDatabase, roomNID types.RoomNID, pre
|
|||
return db.AddState(roomNID, nil, state)
|
||||
}
|
||||
|
||||
func resolveConflicts(db RoomEventDatabase, combinded, conflicted []types.StateEntry) ([]types.StateEntry, error) {
|
||||
func resolveConflicts(db RoomEventDatabase, combined, conflicted []types.StateEntry) ([]types.StateEntry, error) {
|
||||
panic(fmt.Errorf("Not implemented"))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue