diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-07-18 14:19:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-07-18 14:19:32 +0200 |
commit | 6ca7527ec9043571525187c0d33e75f03c5a8e1b (patch) | |
tree | a7d92035540436ead38ebd77986496d88691f8ce /boot.php | |
parent | 8ced3699c21bd76f1a1f3c08b97dd7bf41d3e88a (diff) | |
download | volse-hubzilla-6ca7527ec9043571525187c0d33e75f03c5a8e1b.tar.gz volse-hubzilla-6ca7527ec9043571525187c0d33e75f03c5a8e1b.tar.bz2 volse-hubzilla-6ca7527ec9043571525187c0d33e75f03c5a8e1b.zip |
add hashtag to appschema and bump appschema rev
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.7' ); +define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.8' ); /** * activity stream defines */ |