1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add postingRestrictedToMods to channels AP objects

See https://github.com/LemmyNet/lemmy/issues/3837
This commit is contained in:
Chocobozzz 2024-02-27 15:46:38 +01:00
parent 2e760485c1
commit a4b497c2a9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 11 additions and 2 deletions

View file

@ -192,6 +192,9 @@ const contextStore: { [ id in ContextType ]: (string | { [ id: string ]: string
'@id': 'pt:support'
},
lemmy: 'https://join-lemmy.org/ns#',
postingRestrictedToMods: 'lemmy:postingRestrictedToMods',
// TODO: remove in a few versions, introduced in 4.2
icons: 'as:icon'
}),