mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Fix wrong default value for contact_account in Mastodon\Instance
This commit is contained in:
parent
e4fa1aa418
commit
186b82d71d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Instance extends BaseDataTransferObject
|
|||
$this->approval_required = ($register_policy === Register::APPROVE);
|
||||
$this->invites_enabled = false;
|
||||
$this->configuration = $configuration;
|
||||
$this->contact_account = $contact_account ?? [];
|
||||
$this->contact_account = $contact_account;
|
||||
$this->rules = $rules;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue