1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-13 07:42:48 -05:00

Render cards

This commit is contained in:
Zed
2019-07-15 13:41:27 +02:00
parent 0da076ddcf
commit 9d1682012d
3 changed files with 148 additions and 2 deletions

View File

@@ -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