From: Michael <heluecht@pirati.ca> Date: Mon, 25 Nov 2019 23:09:18 +0000 (+0000) Subject: Added logging value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f95160866961da0b434247e340cc16b0a180fc80;p=friendica-addons.git Added logging value --- diff --git a/discourse/discourse.php b/discourse/discourse.php index d8bb95f2..c171f7ad 100644 --- a/discourse/discourse.php +++ b/discourse/discourse.php @@ -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);