mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Merge pull request #13589 from annando/community-presets
Block tags, not hide wall for community accounts
This commit is contained in:
commit
58b119250a
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ class User
|
|||
'deny_cid' => '',
|
||||
'deny_gid' => '',
|
||||
'blockwall' => true,
|
||||
'hidewall' => true,
|
||||
'blocktags' => true,
|
||||
];
|
||||
|
||||
User::update($fields, $uid);
|
||||
|
|
Loading…
Reference in a new issue