Directory issue 15: Support the "account-type"
This commit is contained in:
parent
62761e1099
commit
58ce0d799b
1 changed files with 7 additions and 6 deletions
|
@ -33,6 +33,7 @@ function noscrape_init(App $a)
|
|||
'key' => $a->profile['pubkey'],
|
||||
'homepage' => System::baseUrl()."/profile/{$which}",
|
||||
'comm' => ($a->profile['account-type'] == Contact::ACCOUNT_TYPE_COMMUNITY),
|
||||
'account-type' => $a->profile['account-type'],
|
||||
];
|
||||
|
||||
if (!$a->profile['net-publish'] || $a->profile['hidewall']) {
|
||||
|
|
Loading…
Reference in a new issue