]> git.mxchange.org Git - friendica.git/commitdiff
The old fields are not existing anymore
authorMichael <heluecht@pirati.ca>
Wed, 15 Apr 2020 05:57:07 +0000 (05:57 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 15 Apr 2020 05:57:07 +0000 (05:57 +0000)
src/Protocol/DFRN.php

index 4c71de4d57554f81dacc1edbd6f3e3f4f118b20c..cbd7574158da5ef45edf383c0f5190230ed2bbdc 100644 (file)
@@ -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);
                }