From 23d84465a09e32a30938d3da0a1f84c6a7136c0e Mon Sep 17 00:00:00 2001 From: Vincent Cloutier Date: Fri, 25 Nov 2022 14:51:07 -0500 Subject: [PATCH] fix typo --- src/BirdsiteLive.Twitter/TwitterTweetsService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BirdsiteLive.Twitter/TwitterTweetsService.cs b/src/BirdsiteLive.Twitter/TwitterTweetsService.cs index 86ad9ee..cbcfe43 100644 --- a/src/BirdsiteLive.Twitter/TwitterTweetsService.cs +++ b/src/BirdsiteLive.Twitter/TwitterTweetsService.cs @@ -142,10 +142,10 @@ namespace BirdsiteLive.Twitter Id = Int64.Parse(tweet.GetProperty("sortIndex").GetString()), InReplyToStatusId = null, InReplyToAccount = null, - MessageContent = tweet.GetProperty("content").GetProperty("item_contenet") + MessageContent = tweet.GetProperty("content").GetProperty("itemContent") .GetProperty("tweet_results").GetProperty("result").GetProperty("legacy") .GetProperty("full_text").GetString(), - CreatedAt = tweet.GetProperty("content").GetProperty("item_contenet") + CreatedAt = tweet.GetProperty("content").GetProperty("itemContent") .GetProperty("tweet_results").GetProperty("result").GetProperty("legacy") .GetProperty("created_at").GetDateTime(), IsReply = false,