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

View File

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