]> git.mxchange.org Git - friendica.git/commitdiff
Block tags, not hide wall for community accounts
authorMichael <heluecht@pirati.ca>
Tue, 31 Oct 2023 07:53:06 +0000 (07:53 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 31 Oct 2023 07:53:06 +0000 (07:53 +0000)
src/Model/User.php

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