mirror of
https://github.com/zedeus/nitter.git
synced 2026-01-24 20:32:49 -05:00
Fix pinned "TweetPreviewDisplay" crash
This commit is contained in:
@@ -384,7 +384,7 @@ proc parseGraphTweet(js: JsonNode): Tweet =
|
|||||||
return Tweet(available: false)
|
return Tweet(available: false)
|
||||||
|
|
||||||
case js{"__typename"}.getStr
|
case js{"__typename"}.getStr
|
||||||
of "TweetUnavailable":
|
of "TweetUnavailable", "TweetPreviewDisplay":
|
||||||
return Tweet(available: false)
|
return Tweet(available: false)
|
||||||
of "TweetTombstone":
|
of "TweetTombstone":
|
||||||
return Tweet(
|
return Tweet(
|
||||||
|
|||||||
Reference in New Issue
Block a user