Fix typos in /sync example response

pull/977/head
Richard van der Hoff 9 years ago
parent 57995a815a
commit b41d771c15

@ -253,7 +253,7 @@ paths:
"$74686972643033:example.com": {
"sender": "@alice:example.com",
"type": "m.room.message",
"unsigned": {"age": "124524", "txn_id": "1234"},
"unsigned": {"age": 124524, "txn_id": "1234"},
"content": {
"body": "I am a fish",
"msgtype": "m.text"
@ -263,7 +263,7 @@ paths:
},
"state": {
"events": [
"$66697273743031:example.com",
"$66697273743031:example.com"
]
},
"timeline": {

Loading…
Cancel
Save