mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-24 13:21:18 +00:00
add missing file
This commit is contained in:
parent
a77788668b
commit
89a2bd3338
1 changed files with 25 additions and 0 deletions
25
src/assets/lemmy_federation_context.json
Normal file
25
src/assets/lemmy_federation_context.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
[
|
||||||
|
"https://www.w3.org/ns/activitystreams",
|
||||||
|
"https://w3id.org/security/v1",
|
||||||
|
{
|
||||||
|
"lemmy": "https://join-lemmy.org/ns#",
|
||||||
|
"litepub": "http://litepub.social/ns#",
|
||||||
|
"pt": "https://joinpeertube.org/ns#",
|
||||||
|
"sc": "http://schema.org/",
|
||||||
|
"ChatMessage": "litepub:ChatMessage",
|
||||||
|
"commentsEnabled": "pt:commentsEnabled",
|
||||||
|
"sensitive": "as:sensitive",
|
||||||
|
"matrixUserId": "lemmy:matrixUserId",
|
||||||
|
"postingRestrictedToMods": "lemmy:postingRestrictedToMods",
|
||||||
|
"removeData": "lemmy:removeData",
|
||||||
|
"stickied": "lemmy:stickied",
|
||||||
|
"moderators": {
|
||||||
|
"@type": "@id",
|
||||||
|
"@id": "lemmy:moderators"
|
||||||
|
},
|
||||||
|
"expires": "as:endTime",
|
||||||
|
"distinguished": "lemmy:distinguished",
|
||||||
|
"language": "sc:inLanguage",
|
||||||
|
"identifier": "sc:identifier"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in a new issue