aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-02-21 20:47:36 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-02-21 20:48:05 +0100
commitec60e76d585813ea54a22b58d6fabc52f113e4b1 (patch)
tree46652ad151f8c4ff8cb203f71bf9d258390a4d70
parent81664eaf5a983dbd326e4d24d21c2108ea4d6353 (diff)
downloadlibquotient-ec60e76d585813ea54a22b58d6fabc52f113e4b1.tar.gz
libquotient-ec60e76d585813ea54a22b58d6fabc52f113e4b1.zip
Update a comment that still mentions Riot
(cherry picked from commit b25785d294669f2bab7dcd1e3cd1fba61991fe46)
-rw-r--r--lib/events/roommessageevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/roommessageevent.cpp b/lib/events/roommessageevent.cpp
index a9d9754f..31c0fd9e 100644
--- a/lib/events/roommessageevent.cpp
+++ b/lib/events/roommessageevent.cpp
@@ -300,7 +300,7 @@ TextContent::TextContent(const QJsonObject& json)
const auto actualJson = isReplacement(relatesTo)
? json.value("m.new_content"_ls).toObject()
: json;
- // Special-casing the custom matrix.org's (actually, Riot's) way
+ // Special-casing the custom matrix.org's (actually, Element's) way
// of sending HTML messages.
if (actualJson["format"_ls].toString() == HtmlContentTypeId) {
mimeType = HtmlMimeType;