diff --git a/src/models/actionsmodel.cpp b/src/models/actionsmodel.cpp index 877387031..8e819ff42 100644 --- a/src/models/actionsmodel.cpp +++ b/src/models/actionsmodel.cpp @@ -136,7 +136,7 @@ QList actions{ Action{ u"plain"_s, [](const QString &text, NeoChatRoom *room, ChatBarCache *) { -#if Quotient_VERSION_MINOR > 9 +#if Quotient_VERSION_MINOR >= 9 room->postText(text.toHtmlEscaped()); #else room->postPlainText(text.toHtmlEscaped());