mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Hopefully final fix for false notifications
This commit is contained in:
parent
16bf9c771d
commit
ebe767b290
2 changed files with 4 additions and 15 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue