Merge branch 'remote-self2' of github.com:annando/friendica-addons into remote-self2
This commit is contained in:
commit
e4dfe31914
|
@ -1674,7 +1674,7 @@ function twitter_fetchhometimeline(App $a, $uid)
|
|||
|
||||
$notify = false;
|
||||
|
||||
if ($postarray['uri'] == $postarray['parent-uri']) {
|
||||
if (($postarray['uri'] == $postarray['parent-uri']) && ($postarray['author-link'] == $postarray['owner-link'])) {
|
||||
$contact = DBA::selectFirst('contact', [], ['id' => $postarray['contact-id'], 'self' => false]);
|
||||
if (DBA::isResult($contact)) {
|
||||
$notify = Item::isRemoteSelf($contact, $postarray);
|
||||
|
|
Loading…
Reference in a new issue