fix typo
This commit is contained in:
parent
23e17dd88c
commit
c0882577da
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace BirdsiteLive.Twitter.Extractors
|
|||
JsonElement replyAccount;
|
||||
string? replyAccountString = null;
|
||||
JsonElement referenced_tweets;
|
||||
if(tweet.TryGetProperty("referenced_tweets", out replyAccount))
|
||||
if(tweet.TryGetProperty("in_reply_to_user_id", out replyAccount))
|
||||
{
|
||||
replyAccountString = replyAccount.GetString();
|
||||
|
||||
|
|
Reference in a new issue