disable hyperdrive in hubzilla

This commit is contained in:
zotlabs 2019-01-28 15:29:39 -08:00
parent 043f7bf2ab
commit 753f137575

View File

@ -1534,6 +1534,11 @@ class Libzot {
// the top level post is unlikely to be imported and
// this is just an exercise in futility.
if((! get_pconfig($channel['channel_id'],'system','hyperdrive',false)) || (! $arr['verb'] === 'Announce')) {
continue;
}
if((! $relay) && (! $request) && (! $local_public)
&& perm_is_allowed($channel['channel_id'],$sender,'send_stream')) {
self::fetch_conversation($channel,$arr['parent_mid']);