mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
make following only statuses
This commit is contained in:
@ -60,8 +60,8 @@ namespace BirdsiteLive.Domain
|
|||||||
//cc = new [] { apPublic },
|
//cc = new [] { apPublic },
|
||||||
|
|
||||||
to = new[] { to },
|
to = new[] { to },
|
||||||
cc = new[] { apPublic },
|
//cc = new[] { apPublic },
|
||||||
//cc = new string[0],
|
cc = new string[0],
|
||||||
|
|
||||||
sensitive = false,
|
sensitive = false,
|
||||||
content = $"<p>{extractedTags.content}</p>",
|
content = $"<p>{extractedTags.content}</p>",
|
||||||
|
Reference in New Issue
Block a user