1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Show reasons for tweets being withheld

Fixes #33
This commit is contained in:
Zed
2019-09-08 14:34:26 +02:00
parent 8208676e6e
commit 9ff3ba2005
5 changed files with 30 additions and 7 deletions

View File

@@ -118,6 +118,7 @@ type
hasThread*: bool
sensitive*: bool
available*: bool
tombstone*: string
thumb*: string
badge*: string
@@ -139,8 +140,9 @@ type
shortTime*: string
reply*: seq[string]
pinned*: bool
available*: bool
hasThread*: bool
available*: bool
tombstone*: string
stats*: TweetStats
retweet*: Option[Retweet]
quote*: Option[Quote]