mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
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();
|
mailstream_check_version();
|
||||||
|
|
||||||
if (!DI::pConfig()->get($item['uid'], 'mailstream', 'enabled')) {
|
if (!DI::pConfig()->get($item['uid'], 'mailstream', 'enabled')) {
|
||||||
Logger::debug('mailstream: not enabled for item ' . $item['id'] . ' uid ' . $item['uid']);
|
Logger::debug('mailstream: not enabled.', ['item' => $item['id'], ' uid ' => $item['uid']]);
|
||||||
// return;
|
return;
|
||||||
}
|
}
|
||||||
if (!$item['uid']) {
|
if (!$item['uid']) {
|
||||||
Logger::debug('mailstream: no uid for item ' . $item['id']);
|
Logger::debug('mailstream: no uid for item ' . $item['id']);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue