1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-15 00:32:51 -04:00

Fix crash when parsing non-GraphQL cached tweets

This commit is contained in:
Zed
2023-02-24 01:02:28 +01:00
parent 670a3bca6e
commit 85f14c9a64
+2
View File
@@ -177,6 +177,8 @@ type
available*: bool
tombstone*: string
location*: string
## Unused, needed for backwards compat
source*: string
stats*: TweetStats
retweet*: Option[Tweet]
attribution*: Option[User]