Merge branch 'main' into admin_purge

This commit is contained in:
Nutomic 2022-06-13 18:52:15 +00:00 committed by GitHub
commit a90fa0b68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,19 +1,21 @@
[ [
"https://www.w3.org/ns/activitystreams", "https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{ {
"stickied": "as:stickied", "lemmy": "https://join-lemmy.org/ns#",
"pt": "https://join-lemmy.org#", "litepub": "http://litepub.social/ns#",
"sc": "http://schema.org#", "pt": "https://joinpeertube.org/ns#",
"matrixUserId": { "ChatMessage": "litepub:ChatMessage",
"type": "sc:Text", "commentsEnabled": "pt:commentsEnabled",
"id": "as:alsoKnownAs"
},
"sensitive": "as:sensitive", "sensitive": "as:sensitive",
"comments_enabled": { "matrixUserId": "lemmy:matrixUserId",
"type": "sc:Boolean", "posting_restricted_to_mods": "lemmy:posting_restricted_to_mods",
"id": "pt:commentsEnabled" "remove_data": "lemmy:remove_data",
"stickied": "lemmy:stickied",
"moderators": {
"@type": "@id",
"@id": "lemmy:moderators"
}, },
"moderators": "as:moderators" "expires": "as:endTime"
}, }
"https://w3id.org/security/v1" ]
]