feat: Allow ruby tags in html

This commit is contained in:
Krille 2023-05-31 13:05:06 +02:00
parent 715dca561f
commit b00111381a
No known key found for this signature in database

View File

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