]> git.mxchange.org Git - friendica.git/commitdiff
The automatic follow request is currently deactivated, due to false notifications
authorMichael <heluecht@pirati.ca>
Wed, 6 Feb 2019 21:34:44 +0000 (21:34 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 6 Feb 2019 21:34:44 +0000 (21:34 +0000)
src/Protocol/ActivityPub/Transmitter.php

index f5953e7c5fcdab1e5bc54aba944b48d0440d53ee..0ee619a7321c27b20cb55e658496b77e52b4a0b4 100644 (file)
@@ -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)) {