Ensure that public contacts can't create toplevel posts
This commit is contained in:
parent
c9f02d534e
commit
1613f2a1c4
2 changed files with 15 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue