fix: use podcast-activity named route instead of not existing actor route

This commit is contained in:
Yassine Doghri 2023-08-29 13:29:01 +00:00
parent 77c2d08b6e
commit 3c357183ca
1 changed files with 1 additions and 1 deletions

View File

@ -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,