We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44d00c commit f026521Copy full SHA for f026521
1 file changed
app/Support/ActivityPubContext.php
@@ -36,6 +36,9 @@ protected function getVideoPublic()
36
'https://www.w3.org/ns/activitystreams',
37
'https://w3id.org/security/v1',
38
[
39
+ 'quote' => 'https://w3id.org/fep/044f#quote',
40
+ 'quoteUri' => 'http://fedibird.com/ns#quoteUri',
41
+ '_misskey_quote' => 'https://misskey-hub.net/ns#_misskey_quote',
42
'quoteAuthorization' => [
43
'@id' => 'https://w3id.org/fep/044f#quoteAuthorization',
44
'@type' => '@id',
0 commit comments