removed error

This commit is contained in:
Vincent Cloutier 2022-11-26 14:34:09 -05:00
parent 85120115fd
commit 3ffb985f42

View file

@ -135,6 +135,9 @@ namespace BirdsiteLive.Twitter
foreach (JsonElement tweet in timelineElement.GetProperty("entries").EnumerateArray())
{
if (tweet.GetProperty("content").GetProperty("entryType").GetString() != "TimelineTimelineItem")
continue;
try
{