mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
cleanup context and introduce schema:identifier for future use
This commit is contained in:
@@ -3535,21 +3535,17 @@ class Activity {
|
||||
'schema' => 'http://schema.org#',
|
||||
'ostatus' => 'http://ostatus.org#',
|
||||
'diaspora' => 'https://diasporafoundation.org/ns/',
|
||||
'litepub' => 'http://litepub.social/ns#',
|
||||
|
||||
'commentPolicy' => 'zot:commentPolicy',
|
||||
'locationAddress' => 'zot:locationAddress',
|
||||
'locationPrimary' => 'zot:locationPrimary',
|
||||
'locationDeleted' => 'zot:locationDeleted',
|
||||
'nomadicLocation' => 'zot:nomadicLocation',
|
||||
'nomadicHubs' => 'zot:nomadicHubs',
|
||||
'emojiReaction' => 'zot:emojiReaction',
|
||||
'expires' => 'zot:expires',
|
||||
'directMessage' => 'zot:directMessage',
|
||||
'Bookmark' => 'zot:Bookmark',
|
||||
'Category' => 'zot:Category',
|
||||
|
||||
'directMessage' => 'litepub:directMessage',
|
||||
|
||||
'PropertyValue' => 'schema:PropertyValue',
|
||||
'value' => 'schema:value',
|
||||
'uuid' => 'schema:identifier',
|
||||
|
||||
'conversation' => 'ostatus:conversation',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user