mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
More tweaks
This commit is contained in:
parent
bcda9729e4
commit
da78cd909c
2 changed files with 2 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue