mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
testing unlisted
This commit is contained in:
@@ -90,10 +90,17 @@ namespace BirdsiteLive.Controllers
|
|||||||
published = nowString,
|
published = nowString,
|
||||||
url = noteUrl,
|
url = noteUrl,
|
||||||
attributedTo = actor,
|
attributedTo = actor,
|
||||||
|
|
||||||
|
// Unlisted
|
||||||
to = new[] { to },
|
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,
|
sensitive = false,
|
||||||
content = "<p>Woooot</p>",
|
content = "<p>TEST PUBLIC</p>",
|
||||||
attachment = new Attachment[0],
|
attachment = new Attachment[0],
|
||||||
tag = new Tag[0]
|
tag = new Tag[0]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user