mirror of
https://github.com/friendica/friendica
synced 2025-04-26 00:30:12 +00:00
Reworked "getIdForURL"
This commit is contained in:
parent
c89b690156
commit
7b13b7e9c8
8 changed files with 84 additions and 195 deletions
|
@ -690,7 +690,7 @@ class Feed
|
|||
}
|
||||
|
||||
$check_date = empty($last_update) ? '' : DateTimeFormat::utc($last_update);
|
||||
$authorid = Contact::getIdForURL($owner["url"], 0, false);
|
||||
$authorid = Contact::getIdForURL($owner["url"]);
|
||||
|
||||
$condition = ["`uid` = ? AND `received` > ? AND NOT `deleted` AND `gravity` IN (?, ?)
|
||||
AND `private` != ? AND `visible` AND `wall` AND `parent-network` IN (?, ?, ?, ?)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue