Explorar o código

Fix crash when parsing non-GraphQL cached tweets

Zed %!s(int64=3) %!d(string=hai) anos
pai
achega
85f14c9a64
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/types.nim

+ 2 - 0
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]