diff --git a/src/parser.nim b/src/parser.nim index fe2fe5b..78f9bca 100644 --- a/src/parser.nim +++ b/src/parser.nim @@ -384,7 +384,7 @@ proc parseGraphTweet(js: JsonNode): Tweet = return Tweet(available: false) case js{"__typename"}.getStr - of "TweetUnavailable": + of "TweetUnavailable", "TweetPreviewDisplay": return Tweet(available: false) of "TweetTombstone": return Tweet(