-
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.
Nicolas Werner authoredThis 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
}