Simplified code
parent
47844cf1b1
commit
3c18a3eedd
|
@ -1939,10 +1939,8 @@ function twitter_fetchhometimeline(App $a, $uid)
|
||||||
|
|
||||||
if (empty($postarray['thr-parent'])) {
|
if (empty($postarray['thr-parent'])) {
|
||||||
$contact = DBA::selectFirst('contact', [], ['id' => $postarray['contact-id'], 'self' => false]);
|
$contact = DBA::selectFirst('contact', [], ['id' => $postarray['contact-id'], 'self' => false]);
|
||||||
if (DBA::isResult($contact)) {
|
if (DBA::isResult($contact) && Item::isRemoteSelf($contact, $postarray)) {
|
||||||
if (Item::isRemoteSelf($contact, $postarray)) {
|
$notify = PRIORITY_MEDIUM;
|
||||||
$notify = PRIORITY_MEDIUM;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue