mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Generate tweet links
This commit is contained in:
@@ -57,7 +57,6 @@ type
|
||||
Quote* = object
|
||||
id*: string
|
||||
profile*: Profile
|
||||
link*: string
|
||||
text*: string
|
||||
sensitive*: bool
|
||||
thumb*: Option[string]
|
||||
@@ -66,7 +65,6 @@ type
|
||||
Tweet* = ref object
|
||||
id*: string
|
||||
profile*: Profile
|
||||
link*: string
|
||||
text*: string
|
||||
time*: Time
|
||||
shortTime*: string
|
||||
|
||||
Reference in New Issue
Block a user