Add support for XEP-0393 message styling
Fixes #1083 Directives are rendered as templates and their bodies are MessageText instances. We thereby achieve the necessary nesting of directives (and other rich elements inside directives) by letting each directive body render itself similarly to how the whole message body is rendered.
Showing
spec/styling.js
0 → 100644
This diff is collapsed.
src/shared/message/text.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment