More tweaks

This commit is contained in:
Neil Alexander 2022-01-24 13:35:04 +00:00
parent bcda9729e4
commit da78cd909c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 2 additions and 12 deletions

View file

@ -276,6 +276,7 @@ NextPDU:
}
}
/*
func fromStateTuples(tuples []gomatrixserverlib.StateKeyTuple, omitTuples []gomatrixserverlib.StateKeyTuple) (result []*gomatrixserverlib.HeaderedEvent) {
NextTuple:
for _, t := range tuples {
@ -291,6 +292,7 @@ NextTuple:
}
return
}
*/
func assertInputRoomEvents(t *testing.T, got []api.InputRoomEvent, want []*gomatrixserverlib.HeaderedEvent) {
for _, g := range got {