This commit is contained in:
Vincent Cloutier 2022-11-26 14:16:15 -05:00
parent e96f467848
commit 85120115fd

View file

@ -144,7 +144,7 @@ namespace BirdsiteLive.Twitter
.GetProperty("tweet_results").GetProperty("result").GetProperty("legacy")
.TryGetProperty("retweeted_status_result", out retweet);
string MessageContent;
if (isRetweet)
if (!isRetweet)
{
MessageContent = tweet.GetProperty("content").GetProperty("itemContent")
.GetProperty("tweet_results").GetProperty("result").GetProperty("legacy")