mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
chore: Disable img for now in html messages
This commit is contained in:
parent
1f42d7dff0
commit
8cf6297560
@ -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…
Reference in New Issue
Block a user