mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10:11 +00:00
Some more function calls changed to the new class
This commit is contained in:
parent
77dbb4bfbc
commit
3e79a19e57
7 changed files with 19 additions and 13 deletions
|
@ -536,7 +536,7 @@ function notifier_run(&$argv, &$argc){
|
|||
if($public_message) {
|
||||
|
||||
if (!$followup AND $top_level)
|
||||
$r0 = diaspora_fetch_relay();
|
||||
$r0 = diaspora::relay_list();
|
||||
else
|
||||
$r0 = array();
|
||||
|
||||
|
@ -629,11 +629,11 @@ function notifier_run(&$argv, &$argc){
|
|||
}
|
||||
|
||||
// If the item was deleted, clean up the `sign` table
|
||||
if($target_item['deleted']) {
|
||||
/* if($target_item['deleted']) {
|
||||
$r = q("DELETE FROM sign where `retract_iid` = %d",
|
||||
intval($target_item['id'])
|
||||
);
|
||||
}
|
||||
} */
|
||||
|
||||
logger('notifier: calling hooks', LOGGER_DEBUG);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue