mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Fix federation API test
This commit is contained in:
parent
47a5204734
commit
e4a60b50d8
|
|
@ -142,6 +142,7 @@ func (t *testRoomserverAPI) QueryMissingAuthPrevEvents(
|
|||
response.RoomVersion = testRoomVersion
|
||||
res := t.queryMissingAuthPrevEvents(request)
|
||||
response.RoomExists = res.RoomExists
|
||||
response.RoomJoined = true
|
||||
response.MissingAuthEventIDs = res.MissingAuthEventIDs
|
||||
response.MissingPrevEventIDs = res.MissingPrevEventIDs
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue