From ff5b5e2b5a91c112ad092c356a408ada04b30a55 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sat, 27 Feb 2021 19:29:39 -0500 Subject: [PATCH] testing unlisted --- src/BirdsiteLive/Controllers/DebugingController.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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] }