Receiving of public posts is now working
This commit is contained in:
parent
b77ae3a8a7
commit
8f2db61538
2 changed files with 3 additions and 1 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue