chore: Disable img for now in html messages

This commit is contained in:
Krille 2023-05-17 15:20:40 +02:00
parent f9ee44b7bd
commit 2713b28516

View file

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