I'm pretty sure the LD construct 'diaspora:guid' isn't actually legal without a definition of 'diaspora' in the current or parent LD context.

This commit is contained in:
zotlabs 2019-07-01 23:28:31 -07:00
parent 1b976f30f3
commit 276ab3eae3
2 changed files with 5 additions and 2 deletions

View File

@ -41,7 +41,10 @@ class Apschema extends \Zotlabs\Web\Controller {
],
'ostatus' => 'http://ostatus.org#',
'conversation' => 'ostatus:conversation'
'conversation' => 'ostatus:conversation',
'diaspora' => 'https://diasporafoundation.org/ns/',
'guid' => 'diaspora:guid'
]
];

View File

@ -468,7 +468,7 @@ define ( 'NAMESPACE_YMEDIA', 'http://search.yahoo.com/mrss/' );
define ( 'ACTIVITYSTREAMS_JSONLD_REV', 'https://www.w3.org/ns/activitystreams' );
define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.6' );
define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.7' );
/**
* activity stream defines
*/