1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-12 23:32:57 -04:00

Add full support for tweet edit history

Fixes #700
This commit is contained in:
Zed
2026-02-16 00:52:17 +01:00
parent f257ce53ae
commit a15d1ce16b
13 changed files with 194 additions and 60 deletions
+5
View File
@@ -222,6 +222,7 @@ type
gif*: Option[Gif]
video*: Option[Video]
photos*: seq[Photo]
history*: seq[int64]
Tweets* = seq[Tweet]
@@ -242,6 +243,10 @@ type
after*: Chain
replies*: Result[Chain]
EditHistory* = object
latest*: Tweet
history*: Tweets
Timeline* = Result[Tweets]
Profile* = object