testing unlisted

This commit is contained in:
Nicolas Constant 2021-02-27 19:29:39 -05:00
parent 467135e41f
commit ff5b5e2b5a
No known key found for this signature in database
GPG key ID: 1E9F677FB01A5688

View file

@ -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 = "<p>Woooot</p>",
content = "<p>TEST PUBLIC</p>",
attachment = new Attachment[0],
tag = new Tag[0]
}