feat: Allow ruby tags in html

This commit is contained in:
Krille 2023-05-31 13:05:06 +02:00
parent e08445ee51
commit 2bb28bc821

View file

@ -195,7 +195,11 @@ class HtmlMessage extends StatelessWidget {
'span',
'img',
'details',
'summary'
'summary',
// Not in the allowlist of the matrix spec yet but should be harmless:
'ruby',
'rp',
'rt',
};
}