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