From: Michael Date: Tue, 28 May 2019 17:39:26 +0000 (+0000) Subject: Fix Issue 7196 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ae940755c7ccf653ea40085cbdcc22b54c55ebfa;p=friendica.git Fix Issue 7196 --- diff --git a/src/Model/Mail.php b/src/Model/Mail.php index a9e57812ac..9bdb6e1a10 100644 --- a/src/Model/Mail.php +++ b/src/Model/Mail.php @@ -72,7 +72,7 @@ class Mail 'to_email' => $user['email'], 'uid' => $user['uid'], 'item' => $msg, - 'parent' => $msg['parent-uri'], + 'parent' => 0, 'source_name' => $msg['from-name'], 'source_link' => $msg['from-url'], 'source_photo' => $msg['from-photo'],