Merge branch 'private-pins' into 'develop'

Support private pinned posts from Mastodon

See merge request pleroma/pleroma!3611
This commit is contained in:
Alex Gleason 2022-01-20 23:18:24 +00:00
commit 6ffe43af70
4 changed files with 126 additions and 10 deletions

View file

@ -0,0 +1,14 @@
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://{{domain}}/schemas/litepub-0.1.jsonld",
{
"@language": "und"
}
],
"id": "https://{{domain}}/users/{{nickname}}/collections/featured",
"orderedItems": [
"https://{{domain}}/objects/{{object_id}}"
],
"type": "OrderedCollection"
}