mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
Merge pull request #6600 from annando/false-notifications
The automatic follow request is currently deactivated
This commit is contained in:
commit
741701d26f
1 changed files with 4 additions and 0 deletions
|
@ -1298,6 +1298,10 @@ class Transmitter
|
||||||
*/
|
*/
|
||||||
public static function sendFollowObject($object, $target, $uid = 0)
|
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);
|
$profile = APContact::getByURL($target);
|
||||||
|
|
||||||
if (empty($uid)) {
|
if (empty($uid)) {
|
||||||
|
|
Loading…
Reference in a new issue