forked from friendica/friendica-addons
Merge pull request #1072 from annando/discourse-notice
Discourse: Avoid notices when fetching mails
This commit is contained in:
commit
342cc2c044
|
@ -106,7 +106,7 @@ function discourse_email_getmessage(App $a, &$message)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove the title on comments, they don't serve any purpose there
|
// Remove the title on comments, they don't serve any purpose there
|
||||||
if ($message['item']['parent-uri'] != $message['item']['uri']) {
|
if ($message['item']['thr-parent'] != $message['item']['uri']) {
|
||||||
unset($message['item']['title']);
|
unset($message['item']['title']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue