forked from friendica/friendica-addons
Discourse: Avoid notices when fetching mails
This commit is contained in:
parent
13cdb37f3d
commit
24527b3584
|
@ -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