mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:50:11 +00:00
Update added
This commit is contained in:
parent
0bd0046b9f
commit
a6ff817f47
3 changed files with 8 additions and 2 deletions
|
@ -2312,7 +2312,7 @@ class Item
|
|||
|
||||
$datarray2 = $datarray;
|
||||
Logger::info('remote-self start', ['contact' => $contact['url'], 'remote_self'=> $contact['remote_self'], 'item' => $datarray]);
|
||||
if (in_array($contact['remote_self'], [Contact::MIRROR_OWN_POST, Contact::MIRROR_FORWARDED])) {
|
||||
if ($contact['remote_self'] == Contact::MIRROR_OWN_POST) {
|
||||
$self = DBA::selectFirst('contact', ['id', 'name', 'url', 'thumb'],
|
||||
['uid' => $contact['uid'], 'self' => true]);
|
||||
if (DBA::isResult($self)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue