diff options
author | zotlabs <mike@macgirvin.com> | 2019-02-05 14:51:01 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-02-05 14:51:01 -0800 |
commit | 518ceb53a8de5b4ee375947721d56f7a43621a61 (patch) | |
tree | 65048ee70709458ef01629abfe5c70b2d940aa2e /boot.php | |
parent | 47f31eed37b8cc94805d01b2ab661d69cc24fa38 (diff) | |
download | volse-hubzilla-518ceb53a8de5b4ee375947721d56f7a43621a61.tar.gz volse-hubzilla-518ceb53a8de5b4ee375947721d56f7a43621a61.tar.bz2 volse-hubzilla-518ceb53a8de5b4ee375947721d56f7a43621a61.zip |
allow conversation completion for new comments to expired posts, regardless of hyperdrive settings.
Note that hyperdrive conversations may still be fetched from zap/osada servers but will be ignored.
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.2' ); +define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.3' ); /** * activity stream defines */ |