diff options
author | zotlabs <mike@macgirvin.com> | 2019-07-01 23:28:31 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-07-01 23:28:31 -0700 |
commit | 276ab3eae32458b019af9261b49acf31739ed09e (patch) | |
tree | f0ad9e956422867dd1e728e5876cf849b3cc9e58 /boot.php | |
parent | 1b976f30f36cc00e23c8eecadd2a8f90d7e8895b (diff) | |
download | volse-hubzilla-276ab3eae32458b019af9261b49acf31739ed09e.tar.gz volse-hubzilla-276ab3eae32458b019af9261b49acf31739ed09e.tar.bz2 volse-hubzilla-276ab3eae32458b019af9261b49acf31739ed09e.zip |
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.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |