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
1 changed files with 2 additions and 1 deletions

View File

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