chore: Disable img for now in html messages

This commit is contained in:
Krille 2023-05-17 15:20:40 +02:00
parent 1f42d7dff0
commit 8cf6297560
No known key found for this signature in database

View File

@ -127,7 +127,8 @@ class HtmlMessage extends StatelessWidget {
'caption', 'caption',
'pre', 'pre',
'span', 'span',
'img', // TODO: Implement image extension for Mxc URIs
//'img',
'details', 'details',
'summary' 'summary'
}; };