1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-30 07:12:50 -05:00

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]