mirror of
https://github.com/friendica/friendica
synced 2025-04-28 01:10:12 +00:00
Diaspora signature transport via AP/DFRN should be repaired now
This commit is contained in:
parent
933f43218a
commit
84be62982a
3 changed files with 27 additions and 31 deletions
|
@ -3111,7 +3111,7 @@ class Item extends BaseObject
|
|||
'unseen' => 1,
|
||||
];
|
||||
|
||||
$signed = Diaspora::createLikeSignature($item_contact, $new_item);
|
||||
$signed = Diaspora::createLikeSignature($uid, $new_item);
|
||||
if (!empty($signed)) {
|
||||
$new_item['diaspora_signed_text'] = json_encode($signed);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue