fix typo
This commit is contained in:
parent
e96f467848
commit
85120115fd
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue