forked from friendica/friendica-addons
parent
f2d6cb12b2
commit
432165e79a
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ function mailstream_post_hook(array &$item)
|
|||
mailstream_check_version();
|
||||
|
||||
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['uid']) {
|
||||
Logger::debug('mailstream: no uid for item ' . $item['id']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue