make following only statuses
This commit is contained in:
parent
f9bb6b153c
commit
31cd662db9
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ namespace BirdsiteLive.Domain
|
|||
//cc = new [] { apPublic },
|
||||
|
||||
to = new[] { to },
|
||||
cc = new[] { apPublic },
|
||||
//cc = new string[0],
|
||||
//cc = new[] { apPublic },
|
||||
cc = new string[0],
|
||||
|
||||
sensitive = false,
|
||||
content = $"<p>{extractedTags.content}</p>",
|
||||
|
|
Reference in a new issue