Fix crash on unavailable tweets

This commit is contained in:
Zed
2023-02-25 18:25:02 +01:00
parent 85f14c9a64
commit 2751504d2f
3 changed files with 6 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ type
available*: bool
tombstone*: string
location*: string
## Unused, needed for backwards compat
# Unused, needed for backwards compat
source*: string
stats*: TweetStats
retweet*: Option[Tweet]