X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=discourse%2Fdiscourse.php;h=f52edb9fb74597294cc1aa9127aead42e850e6ba;hb=629c1cca9f330db4e57c8ed3f505acf9f29b734e;hp=3ee980ceb39a6aa857f996cb09640f7f329799ae;hpb=2365a9ae02f15bab90349cad0721cb068c47eb02;p=friendica-addons.git diff --git a/discourse/discourse.php b/discourse/discourse.php index 3ee980ce..f52edb9f 100644 --- a/discourse/discourse.php +++ b/discourse/discourse.php @@ -106,7 +106,7 @@ function discourse_email_getmessage(App $a, &$message) } // 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']); } }