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