diff --git a/src/BirdsiteLive.Domain/ActivityPubService.cs b/src/BirdsiteLive.Domain/ActivityPubService.cs index 1b29c39..979be22 100644 --- a/src/BirdsiteLive.Domain/ActivityPubService.cs +++ b/src/BirdsiteLive.Domain/ActivityPubService.cs @@ -75,7 +75,7 @@ namespace BirdsiteLive.Domain actor = actor, published = nowString, - to = note.to, + to = new[] {$"{actor}/followers"}, cc = note.cc, apObject = note };