mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 13:54:10 +02:00
Attempt valid json
This commit is contained in:
parent
c16ba9488f
commit
41781e95b2
|
|
@ -69,11 +69,11 @@ paths:
|
||||||
"actions": [
|
"actions": [
|
||||||
"notify"
|
"notify"
|
||||||
],
|
],
|
||||||
"profile_tag", null,
|
"profile_tag": null,
|
||||||
"read", true,
|
"read": true,
|
||||||
"room_id", "!abcdefg:example.com",
|
"room_id": "!abcdefg:example.com",
|
||||||
"ts", "1475508881945",
|
"ts": "1475508881945",
|
||||||
"event", {
|
"event": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue