mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-02-25 14:03:09 -06:00
Fix roomserver integration test
This commit is contained in:
parent
a7e20d1658
commit
4def43fec5
|
|
@ -336,7 +336,8 @@ func main() {
|
||||||
"state_key":"@richvdh:matrix.org",
|
"state_key":"@richvdh:matrix.org",
|
||||||
"type":"m.room.member"
|
"type":"m.room.member"
|
||||||
},
|
},
|
||||||
"VisibilityEventIDs":null,
|
"StateBeforeRemovesEventIDs":["$1463671339126270PnVwC:matrix.org"],
|
||||||
|
"StateBeforeAddsEventIDs":null,
|
||||||
"LatestEventIDs":["$1463671339126270PnVwC:matrix.org"],
|
"LatestEventIDs":["$1463671339126270PnVwC:matrix.org"],
|
||||||
"AddsStateEventIDs":["$1463671337126266wrSBX:matrix.org", "$1463671339126270PnVwC:matrix.org"],
|
"AddsStateEventIDs":["$1463671337126266wrSBX:matrix.org", "$1463671339126270PnVwC:matrix.org"],
|
||||||
"RemovesStateEventIDs":null,
|
"RemovesStateEventIDs":null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue