Ensure that public contacts can't create toplevel posts

This commit is contained in:
Michael 2018-03-30 06:20:00 +00:00
commit 1613f2a1c4
2 changed files with 15 additions and 12 deletions

View file

@ -55,7 +55,6 @@ function dfrn_notify_post(App $a) {
}
// Set the user id. This is important if this is a public contact
$importer['uid'] = $user['uid'];
$importer['importer_uid'] = $user['uid'];
// Now we should be able to import it