Fix crash when parsing non-GraphQL cached tweets
This commit is contained in:
parent
670a3bca6e
commit
85f14c9a64
|
@ -177,6 +177,8 @@ type
|
||||||
available*: bool
|
available*: bool
|
||||||
tombstone*: string
|
tombstone*: string
|
||||||
location*: string
|
location*: string
|
||||||
|
## Unused, needed for backwards compat
|
||||||
|
source*: string
|
||||||
stats*: TweetStats
|
stats*: TweetStats
|
||||||
retweet*: Option[Tweet]
|
retweet*: Option[Tweet]
|
||||||
attribution*: Option[User]
|
attribution*: Option[User]
|
||||||
|
|
Loading…
Reference in New Issue