From 85f14c9a64d70ebed0ed2f203e9e682d3e415d0b Mon Sep 17 00:00:00 2001 From: Zed Date: Fri, 24 Feb 2023 01:02:28 +0100 Subject: [PATCH] Fix crash when parsing non-GraphQL cached tweets --- src/types.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types.nim b/src/types.nim index 087acb2..b5353b5 100644 --- a/src/types.nim +++ b/src/types.nim @@ -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]