Receiving of public posts is now working

This commit is contained in:
Michael 2018-04-22 10:58:03 +00:00
commit 8f2db61538
2 changed files with 3 additions and 1 deletions

View file

@ -217,6 +217,8 @@ function dfrn_dispatch_public($postdata)
WHERE NOT `blocked` AND `id` = ? LIMIT 1",
$contact['id']);
$importer['importer_uid'] = 0;
// This should never fail
if (!DBM::is_result($importer)) {
logger('Contact not found for address ' . $msg['author']);