AP comments from GNU Social are now working

This commit is contained in:
Michael 2020-02-02 19:59:14 +00:00
parent 4f29e4c4a7
commit 56816ea9d5
3 changed files with 51 additions and 1 deletions

View file

@ -181,7 +181,7 @@ class Processor
}
if (empty($activity['directmessage']) && ($activity['id'] != $activity['reply-to-id']) && !Item::exists(['uri' => $activity['reply-to-id']])) {
Logger::log('Parent ' . $activity['reply-to-id'] . ' not found. Try to refetch it.');
Logger::notice('Parent not found. Try to refetch it.', ['parent' => $activity['reply-to-id']]);
self::fetchMissingActivity($activity['reply-to-id'], $activity);
}