chore: Disable img for now in html messages
This commit is contained in:
parent
f9ee44b7bd
commit
2713b28516
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue