]> git.mxchange.org Git - friendica-addons.git/commitdiff
Added logging value
authorMichael <heluecht@pirati.ca>
Mon, 25 Nov 2019 23:09:18 +0000 (23:09 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 25 Nov 2019 23:09:18 +0000 (23:09 +0000)
discourse/discourse.php

index d8bb95f231565354305f828d239a5e0afb432cc2..c171f7ad6a1fc5da2467b77c8995a400c8e5d713 100644 (file)
@@ -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);