Now if you follow somebody it will create an abook entry on the other site with blocked,ignored, and pending set. No "friend notifications" yet.

This commit is contained in:
friendica
2012-11-29 18:15:13 -08:00
parent e138052584
commit 7082d198c2
6 changed files with 51 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ require_once('include/html2plain.php');
* and ITEM_ID is the id of the item in the database that needs to be sent to others.
*
* ZOT
* permission_updated abook_id
* permission_update abook_id
* relay item_id (item was relayed to owner, we will deliver it as owner)
*
*/
@@ -114,6 +114,8 @@ function notifier_run($argv, $argc){
}
}
}
return;
}