diff options
author | zotlabs <mike@macgirvin.com> | 2019-05-28 16:28:03 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-05-28 16:28:03 -0700 |
commit | 52f8429218ae8a0f8c2ff193728e3b4422985207 (patch) | |
tree | c0cce9690f62723491fded11c9c78520781b399e /boot.php | |
parent | 932b4140637e22e9fb4ff3a91a9c8f186915646b (diff) | |
download | volse-hubzilla-52f8429218ae8a0f8c2ff193728e3b4422985207.tar.gz volse-hubzilla-52f8429218ae8a0f8c2ff193728e3b4422985207.tar.bz2 volse-hubzilla-52f8429218ae8a0f8c2ff193728e3b4422985207.zip |
support 'expires' over Zot6
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.4' ); +define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.5' ); /** * activity stream defines */ |