Fix typos in /sync example response
This commit is contained in:
parent
57995a815a
commit
b41d771c15
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ paths:
|
||||||
"$74686972643033:example.com": {
|
"$74686972643033:example.com": {
|
||||||
"sender": "@alice:example.com",
|
"sender": "@alice:example.com",
|
||||||
"type": "m.room.message",
|
"type": "m.room.message",
|
||||||
"unsigned": {"age": "124524", "txn_id": "1234"},
|
"unsigned": {"age": 124524, "txn_id": "1234"},
|
||||||
"content": {
|
"content": {
|
||||||
"body": "I am a fish",
|
"body": "I am a fish",
|
||||||
"msgtype": "m.text"
|
"msgtype": "m.text"
|
||||||
|
@ -263,7 +263,7 @@ paths:
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"events": [
|
"events": [
|
||||||
"$66697273743031:example.com",
|
"$66697273743031:example.com"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue