mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
spelling: signature
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
17467418a8
commit
f7666fae78
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ class DFRN
|
|||
|
||||
XML::addElement($doc, $entry, 'dfrn:diaspora_guid', $item['guid']);
|
||||
|
||||
// The signed text contains the content in Markdown, the sender handle and the signatur for the content
|
||||
// The signed text contains the content in Markdown, the sender handle and the signature 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' => '','signer' => '']));
|
||||
|
|
Loading…
Reference in a new issue