New OStatus implementation

This commit is contained in:
Michael Vogel
2016-03-30 12:43:15 +02:00
committed by Roland Haeder
parent 9d322d7473
commit f2ce7f51cd
6 changed files with 1786 additions and 7 deletions

View File

@@ -223,7 +223,7 @@ function notifier_run(&$argv, &$argc){
if(! ($mail || $fsuggest || $relocate)) {
$slap = ostatus_salmon($target_item,$owner);
$slap = ostatus::salmon($target_item,$owner);
require_once('include/group.php');