diff --git a/src/BirdsiteLive.Domain/StatusService.cs b/src/BirdsiteLive.Domain/StatusService.cs index 51cddfc..54a95ca 100644 --- a/src/BirdsiteLive.Domain/StatusService.cs +++ b/src/BirdsiteLive.Domain/StatusService.cs @@ -60,8 +60,8 @@ namespace BirdsiteLive.Domain //cc = new [] { apPublic }, to = new[] { to }, - cc = new[] { apPublic }, - //cc = new string[0], + //cc = new[] { apPublic }, + cc = new string[0], sensitive = false, content = $"

{extractedTags.content}

",