mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
New field "manually-approve" for contact table
This commit is contained in:
parent
31d724e7d8
commit
cbf1e5c699
5 changed files with 13 additions and 9 deletions
|
@ -157,6 +157,7 @@ class ActivityPub
|
|||
$profile['poll'] = $apcontact['outbox'];
|
||||
$profile['pubkey'] = $apcontact['pubkey'];
|
||||
$profile['subscribe'] = $apcontact['subscribe'];
|
||||
$profile['manually-approve'] = $apcontact['manually-approve'];
|
||||
$profile['baseurl'] = $apcontact['baseurl'];
|
||||
$profile['gsid'] = $apcontact['gsid'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue