mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Facebook: Better check for empty posts, performance improvement when syncing.
This commit is contained in:
parent
96df32ce35
commit
bc8345d596
2 changed files with 8 additions and 3 deletions
|
@ -1007,7 +1007,7 @@ function fbsync_fetchfeed($a, $uid) {
|
|||
|
||||
require_once('include/items.php');
|
||||
|
||||
//if ($last_updated == "")
|
||||
if ($last_updated == "")
|
||||
$last_updated = 0;
|
||||
|
||||
logger("fbsync_fetchfeed: fetching content for user ".$self_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue