Added logging value

This commit is contained in:
Michael 2019-11-25 23:09:18 +00:00
parent 0235126589
commit f951608669
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function discourse_email_getmessage(App $a, &$message)
return; return;
} }
Logger::info('Fallback mode'); Logger::info('Fallback mode', ['plink' => $message['item']['plink']]);
// Search in the HTML part for the discourse entry and the author profile // Search in the HTML part for the discourse entry and the author profile
if (!empty($message['html'])) { if (!empty($message['html'])) {
$message = discourse_get_html($message); $message = discourse_get_html($message);