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.
8 lines
153 B
QML
8 lines
153 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: qsTr("unimplemented event: ") + model.data.type
|
|
width: parent ? parent.width : undefined
|
|
color: inactiveColors.text
|
|
}
|