Discourse Addon #913

Merged
annando merged 9 commits from discourse into develop 2019-11-28 18:59:28 +01:00
Showing only changes of commit f951608669 - Show all commits

View 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);