testing unlisted
This commit is contained in:
parent
467135e41f
commit
ff5b5e2b5a
1 changed files with 9 additions and 2 deletions
|
@ -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]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue