Merge branch 'remote-self2' of github.com:annando/friendica-addons into remote-self2

This commit is contained in:
Michael 2018-08-12 07:04:20 +00:00
commit e4dfe31914

View file

@ -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);