mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Render cards
This commit is contained in:
parent
0da076ddcf
commit
9d1682012d
3 changed files with 148 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue