kopia lustrzana https://github.com/cheeaun/phanpy
How did I even code this
rodzic
6b8ae97d98
commit
c13e148b36
|
@ -1449,7 +1449,7 @@ function Card({ card, instance }) {
|
||||||
|
|
||||||
if (snapStates.unfurledLinks[url]) return null;
|
if (snapStates.unfurledLinks[url]) return null;
|
||||||
|
|
||||||
if (hasText && (image || (!type !== 'photo' && blurhash))) {
|
if (hasText && (image || (type === 'photo' && blurhash))) {
|
||||||
const domain = new URL(url).hostname.replace(/^www\./, '');
|
const domain = new URL(url).hostname.replace(/^www\./, '');
|
||||||
let blurhashImage;
|
let blurhashImage;
|
||||||
if (!image) {
|
if (!image) {
|
||||||
|
|
Ładowanie…
Reference in New Issue