From 2acc08402fa075ef0d8b411b0570f333b0c96735 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 22 Dec 2024 20:14:44 +0100 Subject: [PATCH] Fix rainbowme --- src/models/actionsmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/actionsmodel.cpp b/src/models/actionsmodel.cpp index bf0d863f7..df8af4f8c 100644 --- a/src/models/actionsmodel.cpp +++ b/src/models/actionsmodel.cpp @@ -131,7 +131,7 @@ QList actions{ auto content = std::make_unique(rainbowText, u"text/html"_s); EventRelation relatesTo = chatBarCache->isReplying() ? EventRelation::replyTo(chatBarCache->replyId()) : EventRelation::replace(chatBarCache->editId()); - room->post(u"/rainbow %1"_s.arg(text), MessageEventType::Text, std::move(content), relatesTo); + room->post(u"/rainbow %1"_s.arg(text), MessageEventType::Emote, std::move(content), relatesTo); return QString(); }, false,