prepare context for coming features

This commit is contained in:
Matthias Pfefferle 2021-01-12 12:45:17 +01:00
parent 7f83cb2172
commit 3dd88fd176

View file

@ -14,7 +14,18 @@ function get_context() {
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
'PropertyValue' => 'schema:PropertyValue',
'schema' => 'http://schema.org#',
'pt' => 'https://joinpeertube.org/ns#',
'toot' => 'http://joinmastodon.org/ns#',
'value' => 'schema:value',
'Hashtag' => 'as:Hashtag',
'featured' => array(
'@id' => 'toot:featured',
'@type' => '@id'
),
'featuredTags' => array(
'@id' => 'toot:featuredTags',
'@type' => '@id'
),
),
);