aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-06 10:03:44 +0000
committerMario <mario@mariovavti.com>2024-01-06 10:03:44 +0000
commit6252340804bee66736e49de4bdc08755510f1c70 (patch)
treedab670ea2841f883d880417f7bd808d560f7979b
parent517d67b2e0a164c317ef4af14d75766796406b1a (diff)
downloadvolse-hubzilla-6252340804bee66736e49de4bdc08755510f1c70.tar.gz
volse-hubzilla-6252340804bee66736e49de4bdc08755510f1c70.tar.bz2
volse-hubzilla-6252340804bee66736e49de4bdc08755510f1c70.zip
add Bookmark and Category to ap schema and bump ap schema version
-rw-r--r--Zotlabs/Module/Apschema.php4
-rw-r--r--boot.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/Zotlabs/Module/Apschema.php b/Zotlabs/Module/Apschema.php
index e8d45c522..8d57fb777 100644
--- a/Zotlabs/Module/Apschema.php
+++ b/Zotlabs/Module/Apschema.php
@@ -52,7 +52,9 @@ class Apschema extends \Zotlabs\Web\Controller {
'diaspora' => 'https://diasporafoundation.org/ns/',
'guid' => 'diaspora:guid',
- 'Hashtag' => 'as:Hashtag'
+ 'Hashtag' => 'as:Hashtag',
+ 'Bookmark' => 'zot:Bookmark',
+ 'Category' => 'zot:Category'
]
];
diff --git a/boot.php b/boot.php
index a360858c3..a1528e58d 100644
--- a/boot.php
+++ b/boot.php
@@ -487,7 +487,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.10');
+define('ZOT_APSCHEMA_REV', '/apschema/v1.11');
/**
* activity stream defines
*/