Commit 3c357183 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 77c2d08b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,