mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Replace "hidewall" with "net-publish" / other "hidewall" stuff
This commit is contained in:
parent
90e23581f8
commit
d03fb89494
3 changed files with 9 additions and 11 deletions
|
@ -704,7 +704,7 @@ class Contact
|
|||
return;
|
||||
}
|
||||
|
||||
$fields = ['nickname', 'page-flags', 'account-type', 'hidewall'];
|
||||
$fields = ['nickname', 'page-flags', 'account-type'];
|
||||
$user = DBA::selectFirst('user', $fields, ['uid' => $uid]);
|
||||
if (!DBA::isResult($user)) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue