1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-28 06:12:48 -05:00

Add source label to main tweets

This commit is contained in:
110Percent
2022-02-26 13:37:17 -05:00
parent ecb6fe4162
commit b031ea762e
3 changed files with 5 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ type
tombstone*: string
location*: string
stats*: TweetStats
source*: string
retweet*: Option[Tweet]
attribution*: Option[User]
mediaTags*: seq[User]