hubzilla compatibility at least until next hz release

This commit is contained in:
Mike Macgirvin 2024-02-26 11:13:39 +11:00
parent 76c8d3dca9
commit 2cb7da6863

View file

@ -755,6 +755,11 @@ class Notifier implements DaemonInterface
continue;
}
// @FIXME do not send Add/Collection activities to Hubzilla until they support them.
if (in_array($target_item['verb'], ['Add', 'Remove']) && $hub['hubloc_network'] === 'zot6') {
continue;
}
$packet = Libzot::build_packet(
self::$channel,
self::$packet_type,