From: Michael Date: Wed, 6 Feb 2019 21:34:44 +0000 (+0000) Subject: The automatic follow request is currently deactivated, due to false notifications X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=16bf9c771d1d6c3c38a8fa2f0f84c3c2638ca95d;p=friendica.git The automatic follow request is currently deactivated, due to false notifications --- diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php index f5953e7c5f..0ee619a732 100644 --- a/src/Protocol/ActivityPub/Transmitter.php +++ b/src/Protocol/ActivityPub/Transmitter.php @@ -1298,6 +1298,10 @@ class Transmitter */ public static function sendFollowObject($object, $target, $uid = 0) { + // Currently deactivated, due to notification problems. + // The follow message is reflected back and then causes false notifications. + return true; + $profile = APContact::getByURL($target); if (empty($uid)) {