Include the state before the event in roomserver output (#143)
* Include the state before the event in roomserver output * Fix roomserver integration test * Remove VisibilityEventIDs from the JSON * More comments * Remove spurious TODO
This commit is contained in:
parent
524475f8a3
commit
572f6c399d
3 changed files with 83 additions and 26 deletions
|
|
@ -340,7 +340,8 @@ func main() {
|
|||
"state_key":"@richvdh:matrix.org",
|
||||
"type":"m.room.member"
|
||||
},
|
||||
"VisibilityEventIDs":null,
|
||||
"StateBeforeRemovesEventIDs":["$1463671339126270PnVwC:matrix.org"],
|
||||
"StateBeforeAddsEventIDs":null,
|
||||
"LatestEventIDs":["$1463671339126270PnVwC:matrix.org"],
|
||||
"AddsStateEventIDs":["$1463671337126266wrSBX:matrix.org", "$1463671339126270PnVwC:matrix.org"],
|
||||
"RemovesStateEventIDs":null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue