From a5f84c89918d144f0fd362551e47a4b26f91095b Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 15 Apr 2020 05:57:07 +0000 Subject: [PATCH] The old fields are not existing anymore --- src/Protocol/DFRN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 4c71de4d57..cbd7574158 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1072,7 +1072,7 @@ class DFRN // The signed text contains the content in Markdown, the sender handle and the signatur for the content // It is needed for relayed comments to Diaspora. if ($item['signed_text']) { - $sign = base64_encode(json_encode(['signed_text' => $item['signed_text'],'signature' => $item['signature'],'signer' => $item['signer']])); + $sign = base64_encode(json_encode(['signed_text' => $item['signed_text'],'signature' => '','signer' => ''])); XML::addElement($doc, $entry, "dfrn:diaspora_signature", $sign); }