aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-05-02 20:32:26 -0700
committerzotlabs <mike@macgirvin.com>2019-05-02 20:32:26 -0700
commit347e88dc65b1240dc6d1690570531dc3015a4452 (patch)
tree34923f613a1dd8501c63a227c9d9476159818123 /boot.php
parent9a55df245f4829900a3265fbb1cac56779e2b06e (diff)
downloadvolse-hubzilla-347e88dc65b1240dc6d1690570531dc3015a4452.tar.gz
volse-hubzilla-347e88dc65b1240dc6d1690570531dc3015a4452.tar.bz2
volse-hubzilla-347e88dc65b1240dc6d1690570531dc3015a4452.zip
move apschema to core to use for emojiReaction mapping for zot6
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 6a52c2ca4..89c6d5e1f 100755
--- a/boot.php
+++ b/boot.php
@@ -467,7 +467,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.3' );
+define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.4' );
/**
* activity stream defines
*/