Fix build against quotient 0.6

This commit is contained in:
Tobias Fella
2021-09-12 17:00:32 +02:00
parent af29925798
commit 9d4151dd00

View File

@@ -112,6 +112,13 @@ public:
bool isInvite() const;
#ifndef QUOTIENT_07
Q_INVOKABLE QString htmlSafeMemberName(const QString &userId) const
{
return safeMemberName(userId).toHtmlEscaped();
}
#endif
private:
QString m_cachedInput;
QSet<const Quotient::RoomEvent *> highlights;