Notices again #681

Merged
annando merged 3 commits from notices-again into develop 2018-08-02 07:23:24 +02:00
Showing only changes of commit 8f562a4b22 - Show all commits

View file

@ -1514,6 +1514,11 @@ function twitter_fetchparentposts(App $a, $uid, $post, TwitterOAuth $connection,
break;
}
if (empty($post->id_str)) {
logger("twitter_fetchparentposts: This is not a post " . json_encode($post), LOGGER_DEBUG);
break;
}
if (DBA::exists('item', ['uri' => 'twitter::' . $post->id_str, 'uid' => $uid])) {
break;
}