Support for transmitting quoted posts

This commit is contained in:
Michael
2022-09-29 22:29:15 +00:00
parent 1edcd65e0e
commit 59004711ec
2 changed files with 38 additions and 3 deletions

View File

@@ -72,6 +72,8 @@ class ActivityPub
'schema' => 'http://schema.org#',
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
'sensitive' => 'as:sensitive', 'Hashtag' => 'as:Hashtag',
'quoteUrl' => 'as:quoteUrl',
'conversation' => 'ostatus:conversation',
'directMessage' => 'litepub:directMessage',
'discoverable' => 'toot:discoverable',
'PropertyValue' => 'schema:PropertyValue',