fix(429): our nitter instance it too populated, switch defaults until instance bounce handling. fix(styling): use checkmark in config.

This commit is contained in:
vulet 2021-02-03 12:13:05 +08:00
parent 695a3bd0ee
commit 430fb350c1
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ const nitter = async (instance, url) => {
const card = (tweet, base, check, path) =>
`<a href="${base}/${tweet.handle.replace(/^@/, '')}"><b>${tweet.name}</b></a> ` +
(tweet.check ? check : '') +
(tweet.check ? `${check} ` : '') +
`<a href="${base}${path}"><b>${tweet.date}</b></a> ` +
`<span>🗨️ ${tweet.stats.replies}</span> ` +
`<span>🔁 ${tweet.stats.retweets}</span> ` +