Hopefully final fix for false notifications

This commit is contained in:
Michael 2019-02-07 05:38:43 +00:00
parent 16bf9c771d
commit ebe767b290
2 changed files with 4 additions and 15 deletions

View file

@ -1298,10 +1298,6 @@ 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)) {