spelling: signature
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
17467418a8
commit
f7666fae78
|
@ -878,7 +878,7 @@ class DFRN
|
||||||
|
|
||||||
XML::addElement($doc, $entry, 'dfrn:diaspora_guid', $item['guid']);
|
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.
|
// It is needed for relayed comments to Diaspora.
|
||||||
if ($item['signed_text']) {
|
if ($item['signed_text']) {
|
||||||
$sign = base64_encode(json_encode(['signed_text' => $item['signed_text'],'signature' => '','signer' => '']));
|
$sign = base64_encode(json_encode(['signed_text' => $item['signed_text'],'signature' => '','signer' => '']));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user