Makes Diaspora working again
This commit is contained in:
parent
4e44b07dfe
commit
9a6a3bf1c1
3 changed files with 17 additions and 17 deletions
|
@ -25,7 +25,7 @@ function receive_post(App $a)
|
|||
|
||||
if (($a->argc == 2) && ($a->argv[1] === 'public')) {
|
||||
$public = true;
|
||||
$importer = false;
|
||||
$importer = [];
|
||||
} else {
|
||||
$public = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue