disable hyperdrive in hubzilla
This commit is contained in:
parent
043f7bf2ab
commit
753f137575
@ -1534,6 +1534,11 @@ class Libzot {
|
|||||||
// the top level post is unlikely to be imported and
|
// the top level post is unlikely to be imported and
|
||||||
// this is just an exercise in futility.
|
// 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)
|
if((! $relay) && (! $request) && (! $local_public)
|
||||||
&& perm_is_allowed($channel['channel_id'],$sender,'send_stream')) {
|
&& perm_is_allowed($channel['channel_id'],$sender,'send_stream')) {
|
||||||
self::fetch_conversation($channel,$arr['parent_mid']);
|
self::fetch_conversation($channel,$arr['parent_mid']);
|
||||||
|
Reference in New Issue
Block a user