Fix line strike.
Fix code block wrapping. Fix replyModel being garbage collected. Reply message in RoomPanelInput is richtext now.
This commit is contained in:
@@ -70,7 +70,7 @@ class SpectralRoom : public Room {
|
||||
QString avatarMediaId() const;
|
||||
|
||||
QString eventToString(const RoomEvent& evt,
|
||||
Qt::TextFormat format = Qt::PlainText) const;
|
||||
Qt::TextFormat format = Qt::PlainText, bool removeReply = true) const;
|
||||
|
||||
private:
|
||||
QString m_cachedInput;
|
||||
|
||||
Reference in New Issue
Block a user