diff --git a/src/BirdsiteLive/Controllers/DebugingController.cs b/src/BirdsiteLive/Controllers/DebugingController.cs index ff8f0b4..252486e 100644 --- a/src/BirdsiteLive/Controllers/DebugingController.cs +++ b/src/BirdsiteLive/Controllers/DebugingController.cs @@ -90,10 +90,17 @@ namespace BirdsiteLive.Controllers published = nowString, url = noteUrl, attributedTo = actor, + + // Unlisted to = new[] { to }, - //cc = new [] { "https://www.w3.org/ns/activitystreams#Public" }, + cc = new [] { "https://www.w3.org/ns/activitystreams#Public" }, + + //// Public + //to = new[] { "https://www.w3.org/ns/activitystreams#Public" }, + //cc = new[] { to }, + sensitive = false, - content = "
Woooot
", + content = "TEST PUBLIC
", attachment = new Attachment[0], tag = new Tag[0] }