mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
2b3dc3d8b9
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.
7 lines
153 B
QML
7 lines
153 B
QML
import ".."
|
|
|
|
MatrixText {
|
|
text: qsTr("unimplemented event: ") + model.data.type
|
|
width: parent ? parent.width : undefined
|
|
color: inactiveColors.text
|
|
}
|