Merge pull request #13589 from annando/community-presets

Block tags, not hide wall for community accounts
This commit is contained in:
Tobias Diekershoff 2023-10-31 19:18:57 +01:00 committed by GitHub
commit 58b119250a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ class User
'deny_cid' => '',
'deny_gid' => '',
'blockwall' => true,
'hidewall' => true,
'blocktags' => true,
];
User::update($fields, $uid);