From: Michael Date: Tue, 31 Oct 2023 07:53:06 +0000 (+0000) Subject: Block tags, not hide wall for community accounts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20b095c7c5b49bc994cb12976a3a146781d225cb;p=friendica.git Block tags, not hide wall for community accounts --- diff --git a/src/Model/User.php b/src/Model/User.php index d774a6454a..ec070d9215 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -364,7 +364,7 @@ class User 'deny_cid' => '', 'deny_gid' => '', 'blockwall' => true, - 'hidewall' => true, + 'blocktags' => true, ]; User::update($fields, $uid);