mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Merge pull request #12349 from annando/hidewall
Fix "Missing hidewall key" message
This commit is contained in:
commit
8d1bc02f8f
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class User
|
|||
$system['publish'] = false;
|
||||
$system['net-publish'] = false;
|
||||
$system['hide-friends'] = true;
|
||||
$system['hidewall'] = true;
|
||||
$system['prv_keywords'] = '';
|
||||
$system['pub_keywords'] = '';
|
||||
$system['address'] = '';
|
||||
|
|
Loading…
Reference in a new issue