Test the test

This commit is contained in:
Michael 2021-01-17 21:39:42 +00:00
parent 1a434fd8d6
commit 6b4245d662
4 changed files with 4 additions and 3 deletions

View file

@ -2041,6 +2041,7 @@ function api_statuses_repeat($type)
Logger::log('API: api_statuses_repeat: '.$id);
$fields = ['uri-id', 'network', 'body', 'title', 'author-name', 'author-link', 'author-avatar', 'guid', 'created', 'plink'];
$fields = [];
$item = Post::selectFirst($fields, ['id' => $id, 'private' => [Item::PUBLIC, Item::UNLISTED]]);
if (DBA::isResult($item) && !empty($item['body'])) {