mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:50:11 +00:00
New OStatus implementation
This commit is contained in:
parent
4d668fac8b
commit
b93e1d73a1
6 changed files with 1786 additions and 7 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue