Add Public special collection to some more examples
In response to feedback in #160.
This commit is contained in:
parent
d73f131186
commit
48de93dfb9
|
@ -1145,7 +1145,8 @@ Location: https://dustycloud.org/likes/345
|
||||||
"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"]
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -1164,11 +1165,13 @@ Location: https://dustycloud.org/likes/345
|
||||||
"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"]
|
||||||
},
|
},
|
||||||
"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"]
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue