forked from friendica/friendica-addons
Added logging value
This commit is contained in:
parent
0235126589
commit
f951608669
|
@ -114,7 +114,7 @@ function discourse_email_getmessage(App $a, &$message)
|
|||
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
|
||||
if (!empty($message['html'])) {
|
||||
$message = discourse_get_html($message);
|
||||
|
|
Loading…
Reference in a new issue