mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Merge remote-tracking branch 'upstream/develop' into term2tag
This commit is contained in:
commit
f52614e249
3 changed files with 16 additions and 30 deletions
|
@ -1070,7 +1070,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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue