mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
c5d2638b99
commit
05bf59c825
|
@ -706,7 +706,7 @@ Any `to`, `bto`, `cc`, `bcc`, and `audience` properties specified on the object
|
||||||
"type": "Note",
|
"type": "Note",
|
||||||
"content": "This is a note",
|
"content": "This is a note",
|
||||||
"published": "2015-02-10T15:04:55Z",
|
"published": "2015-02-10T15:04:55Z",
|
||||||
"to": ["https://example.org/@john/"],
|
"to": ["https://example.org/@john"],
|
||||||
"cc": ["https://example.com/@erik/followers",
|
"cc": ["https://example.com/@erik/followers",
|
||||||
"https://www.w3.org/ns/activitystreams#Public"]
|
"https://www.w3.org/ns/activitystreams#Public"]
|
||||||
}
|
}
|
||||||
|
@ -727,12 +727,12 @@ The above example could be converted to this:
|
||||||
"attributedTo": "https://example.net/users/mallory",
|
"attributedTo": "https://example.net/users/mallory",
|
||||||
"content": "This is a note",
|
"content": "This is a note",
|
||||||
"published": "2015-02-10T15:04:55Z",
|
"published": "2015-02-10T15:04:55Z",
|
||||||
"to": ["https://example.org/@john/"],
|
"to": ["https://example.org/@john"],
|
||||||
"cc": ["https://example.com/@erik/followers",
|
"cc": ["https://example.com/@erik/followers",
|
||||||
"https://www.w3.org/ns/activitystreams#Public"]
|
"https://www.w3.org/ns/activitystreams#Public"]
|
||||||
},
|
},
|
||||||
"published": "2015-02-10T15:04:55Z",
|
"published": "2015-02-10T15:04:55Z",
|
||||||
"to": ["https://example.org/@john/"],
|
"to": ["https://example.org/@john"],
|
||||||
"cc": ["https://example.com/@erik/followers",
|
"cc": ["https://example.com/@erik/followers",
|
||||||
"https://www.w3.org/ns/activitystreams#Public"]
|
"https://www.w3.org/ns/activitystreams#Public"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue