mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
Fix "Missing hidewall key"
This commit is contained in:
parent
215c332a94
commit
e5ff71f839
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