Skip to content
Snippets Groups Projects
  • Nicolas Werner's avatar
    2b3dc3d8
    Implement fancy reply rendering · 2b3dc3d8
    Nicolas Werner authored
    This currently assumes the event, that is replied to, is already
    fetched. If it isn't, it will render an empty reply. In the future we
    should fetch replies before rendering them.
    2b3dc3d8
    History
    Implement fancy reply rendering
    Nicolas Werner authored
    This currently assumes the event, that is replied to, is already
    fetched. If it isn't, it will render an empty reply. In the future we
    should fetch replies before rendering them.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TextMessage.qml 158 B
import ".."

MatrixText {
	text: model.data.formattedBody.replace("<pre>", "<pre style='white-space: pre-wrap'>")
	width: parent ? parent.width : undefined
}