added public CC to retweets
This commit is contained in:
parent
fad6a7594a
commit
e664cb7530
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ namespace BirdsiteLive.Domain
|
||||||
if (tweet.IsRetweet)
|
if (tweet.IsRetweet)
|
||||||
{
|
{
|
||||||
content = "RT: " + content;
|
content = "RT: " + content;
|
||||||
|
cc = new[] {"https://www.w3.org/ns/activitystreams#Public"};
|
||||||
}
|
}
|
||||||
|
|
||||||
string inReplyTo = null;
|
string inReplyTo = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue