mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-13 07:42:48 -05:00
Render cards
This commit is contained in:
@@ -179,7 +179,6 @@ proc getCard*(tweet: Tweet) {.async.} =
|
||||
if html == nil: return
|
||||
|
||||
parseCard(get(tweet.card), html)
|
||||
# echo tweet.card.get()
|
||||
|
||||
proc getCards*(thread: Thread) {.async.} =
|
||||
if thread == nil: return
|
||||
|
||||
Reference in New Issue
Block a user