kopia lustrzana https://github.com/friendica/friendica
Issue 5911: Fix for fetching the correct user
rodzic
3a9db3f637
commit
51bce11b69
|
@ -643,7 +643,7 @@ class Transmitter
|
|||
$data['object'] = $item['thr-parent'];
|
||||
}
|
||||
|
||||
$owner = User::getOwnerDataById($item['uid']);
|
||||
$owner = User::getOwnerDataById($item['contact-uid']);
|
||||
|
||||
if (!$object_mode) {
|
||||
return LDSignature::sign($data, $owner);
|
||||
|
|
Ładowanie…
Reference in New Issue