Fix clicking on a reply to get to the replied-to message

This commit is contained in:
Tobias Fella
2025-08-21 17:27:45 +02:00
parent 2339cad49f
commit ae69401d57

View File

@@ -37,6 +37,7 @@ class MessageContentModel : public QAbstractListModel
QML_UNCREATABLE("")
Q_PROPERTY(NeochatRoomMember *author READ author NOTIFY authorChanged)
Q_PROPERTY(QString eventId READ eventId CONSTANT)
public:
/**