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;
|
JsonElement replyAccount;
|
||||||
string? replyAccountString = null;
|
string? replyAccountString = null;
|
||||||
JsonElement referenced_tweets;
|
JsonElement referenced_tweets;
|
||||||
if(tweet.TryGetProperty("referenced_tweets", out replyAccount))
|
if(tweet.TryGetProperty("in_reply_to_user_id", out replyAccount))
|
||||||
{
|
{
|
||||||
replyAccountString = replyAccount.GetString();
|
replyAccountString = replyAccount.GetString();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue