Fix federation API test

This commit is contained in:
Neil Alexander 2021-07-09 14:47:24 +01:00
parent 47a5204734
commit e4a60b50d8
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -142,6 +142,7 @@ func (t *testRoomserverAPI) QueryMissingAuthPrevEvents(
response.RoomVersion = testRoomVersion response.RoomVersion = testRoomVersion
res := t.queryMissingAuthPrevEvents(request) res := t.queryMissingAuthPrevEvents(request)
response.RoomExists = res.RoomExists response.RoomExists = res.RoomExists
response.RoomJoined = true
response.MissingAuthEventIDs = res.MissingAuthEventIDs response.MissingAuthEventIDs = res.MissingAuthEventIDs
response.MissingPrevEventIDs = res.MissingPrevEventIDs response.MissingPrevEventIDs = res.MissingPrevEventIDs
return nil return nil