mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 08:59:31 +01:00
feat: Allow ruby tags in html
This commit is contained in:
parent
715dca561f
commit
b00111381a
@ -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',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user