mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
added more notifier logging
This commit is contained in:
parent
9d7130e403
commit
ca706ccbed
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
$a->set_baseurl(get_config('system','url'));
|
||||
|
||||
logger('notifier: invoked: ' . print_r($argv,true));
|
||||
|
||||
$cmd = $argv[1];
|
||||
|
||||
switch($cmd) {
|
||||
|
@ -207,6 +209,7 @@
|
|||
if($followup) {
|
||||
foreach($items as $item) { // there is only one item
|
||||
if($item['id'] == $item_id) {
|
||||
logger('notifier: followup: item: ' . print_r($item,true), LOGGER_DATA);
|
||||
$slap = atom_entry($item,'html',$owner,$owner,false);
|
||||
$atom .= atom_entry($item,'text',$owner,$owner,false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue