diff options
author | Mario <mario@mariovavti.com> | 2019-05-03 08:36:58 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-05-03 08:36:58 +0200 |
commit | 6da4dfe605cc5dcffaf14f53549a61c0240e31bf (patch) | |
tree | 3107de4b8f3ac28e65c2896fecb7e4245bf8da0a /boot.php | |
parent | b35961c53cde75b133411882e35c76ef4ffd35f3 (diff) | |
parent | 7b4cb31a10a3ad4b9c0c671014074362fa19cb6c (diff) | |
download | volse-hubzilla-6da4dfe605cc5dcffaf14f53549a61c0240e31bf.tar.gz volse-hubzilla-6da4dfe605cc5dcffaf14f53549a61c0240e31bf.tar.bz2 volse-hubzilla-6da4dfe605cc5dcffaf14f53549a61c0240e31bf.zip |
Merge branch 'unfriend_delete_posts_bug' into 'dev'
Unfriend delete posts bug
See merge request hubzilla/core!1624
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |