added public CC to retweets

This commit is contained in:
Vincent Cloutier 2022-05-12 21:31:46 -04:00
parent fad6a7594a
commit e664cb7530

View file

@ -68,6 +68,7 @@ namespace BirdsiteLive.Domain
if (tweet.IsRetweet)
{
content = "RT: " + content;
cc = new[] {"https://www.w3.org/ns/activitystreams#Public"};
}
string inReplyTo = null;