mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update InstanceActor model
This commit is contained in:
parent
1450f54f65
commit
c91891b457
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class InstanceActor extends Model
|
||||||
'publicKeyPem' => $this->public_key
|
'publicKeyPem' => $this->public_key
|
||||||
],
|
],
|
||||||
'manuallyApprovesFollowers' => true,
|
'manuallyApprovesFollowers' => true,
|
||||||
'url' => route('help.instance-actor')
|
'url' => url('/site/kb/instance-actor')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue