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")
|
.GetProperty("tweet_results").GetProperty("result").GetProperty("legacy")
|
||||||
.TryGetProperty("retweeted_status_result", out retweet);
|
.TryGetProperty("retweeted_status_result", out retweet);
|
||||||
string MessageContent;
|
string MessageContent;
|
||||||
if (isRetweet)
|
if (!isRetweet)
|
||||||
{
|
{
|
||||||
MessageContent = tweet.GetProperty("content").GetProperty("itemContent")
|
MessageContent = tweet.GetProperty("content").GetProperty("itemContent")
|
||||||
.GetProperty("tweet_results").GetProperty("result").GetProperty("legacy")
|
.GetProperty("tweet_results").GetProperty("result").GetProperty("legacy")
|
||||||
|
|
Loading…
Add table
Reference in a new issue