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

Reorder timeline tweets according to their threads

This commit is contained in:
Zed
2019-07-04 14:54:15 +02:00
parent 83931e7044
commit 344d3cd57f
5 changed files with 29 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ type
Tweet* = ref object
id*: string
threadId*: string
profile*: Profile
text*: string
time*: Time