Link preview in posts

🐛 Fix link preview icon bugged when site icon is svg
This commit is contained in:
2024-12-14 15:21:34 +08:00
parent 1f8d47f6c3
commit 80a66136ce
8 changed files with 194 additions and 117 deletions

View File

@ -28,7 +28,7 @@ class SnLinkPreviewProvider {
_cache[url] = meta;
return meta;
} catch (err) {
log('[LinkPreview] Failed to fetch $url ($target)');
log('[LinkPreview] Failed to fetch $url ($target)...');
return null;
}
}