forked from friendica/friendica-addons
log uid but ignore results
This commit is contained in:
parent
bb3de15c5e
commit
b68fd6ddfc
1 changed files with 2 additions and 2 deletions
|
|
@ -128,8 +128,8 @@ function mailstream_post_hook(array &$item)
|
|||
return;
|
||||
}
|
||||
if (!DI::pConfig()->get($item['uid'], 'mailstream', 'enabled')) {
|
||||
Logger::debug('mailstream: not enabled.', ['item' => $item['id'], ' uid ' => $item['uid']]);
|
||||
return;
|
||||
Logger::debug('mailstream: not enabled for item ' . $item['id'] . ' uid ' . $item['uid']);
|
||||
// return;
|
||||
}
|
||||
if (!$item['contact-id']) {
|
||||
Logger::debug('no contact-id', ['item' => $item['id']]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue