Merge pull request #980 from annando/item-insert

Self merging, since @MrPetovan approved it - and it would otherwise create issues when not merged now.
This commit is contained in:
Michael Vogel 2020-05-14 09:59:40 +02:00 committed by GitHub
commit 59cfb05c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1814,7 +1814,7 @@ function twitter_fetchhometimeline(App $a, $uid)
}
}
$item = Item::insert($postarray, false, $notify);
$item = Item::insert($postarray, $notify);
$postarray["id"] = $item;
Logger::log('User ' . $uid . ' posted home timeline item ' . $item);