Force showing sensitive card thumbnails
This commit is contained in:
parent
d3a7ca834b
commit
829cac9cbd
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ proc getCard*(tweet: Tweet) {.async.} =
|
|||
"Accept-Language": lang,
|
||||
})
|
||||
|
||||
let url = base / get(tweet.card).query
|
||||
let html = await fetchHtml(url, headers)
|
||||
let query = get(tweet.card).query.replace("sensitive=true", "sensitive=false")
|
||||
let html = await fetchHtml(base / query, headers)
|
||||
if html == nil: return
|
||||
|
||||
parseCard(get(tweet.card), html)
|
||||
|
|
Loading…
Reference in a new issue