We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c8bf0 commit 912535bCopy full SHA for 912535b
app/components/htmlRender/HtmlContent.js
@@ -89,6 +89,7 @@ class HtmlContent extends Component {
89
if (/^\/\/dn-cnode\.qbox\.me\/.*/.test(uri)) {
90
uri = 'https:' + uri
91
}
92
+ if (/.*\.gif$/.test(uri)) return null
93
return (
94
<Image
95
key={index}
0 commit comments