aboutsummaryrefslogtreecommitdiff
path: root/lib/events
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:47:36 +0100
commitb25785d294669f2bab7dcd1e3cd1fba61991fe46 (patch)
tree42d91f40b75af3394a29cf440a64c5e1895d4c9c /lib/events
parent86f24d1ecf300b82b3a7253b81a2c392669d2c2b (diff)
downloadlibquotient-b25785d294669f2bab7dcd1e3cd1fba61991fe46.tar.gz
libquotient-b25785d294669f2bab7dcd1e3cd1fba61991fe46.zip
Update a comment that still mentions Riot
Diffstat (limited to 'lib/events')
-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 e68e7d63..de499e7c 100644
--- a/lib/events/roommessageevent.cpp
+++ b/lib/events/roommessageevent.cpp
@@ -313,7 +313,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;