The automatic follow request is currently deactivated, due to false notifications

2022.09-rc
Michael 2019-02-06 21:34:44 +00:00
rodzic e484678187
commit 16bf9c771d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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)) {