mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
fix: use podcast-activity named route instead of not existing actor route
This commit is contained in:
parent
77c2d08b6e
commit
3c357183ca
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ class PodcastModel extends Model
|
|||
|
||||
$actorId = (new ActorModel())->insert(
|
||||
[
|
||||
'uri' => url_to('actor', $username),
|
||||
'uri' => url_to('podcast-activity', $username),
|
||||
'username' => $username,
|
||||
'domain' => $domain,
|
||||
'private_key' => $privatekey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue