fix retweet

This commit is contained in:
Vincent Cloutier 2022-11-26 14:43:43 -05:00
parent 3ffb985f42
commit 405bf3ec1b

View file

@ -158,7 +158,8 @@ namespace BirdsiteLive.Twitter
{
MessageContent = tweet.GetProperty("content").GetProperty("itemContent")
.GetProperty("tweet_results").GetProperty("result").GetProperty("legacy")
.GetProperty("retweeted_status_result").GetProperty("result")
.GetProperty("retweeted_status_result").GetProperty("result").GetProperty("core")
.GetProperty("user_results").GetProperty("result")
.GetProperty("legacy").GetProperty("full_text").GetString();
string OriginalAuthorUsername = tweet.GetProperty("content").GetProperty("itemContent")
.GetProperty("tweet_results").GetProperty("result").GetProperty("legacy")