mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix: use podcast-activity named route instead of not existing actor route
This commit is contained in:
parent
77c2d08b6e
commit
3c357183ca
@ -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…
x
Reference in New Issue
Block a user