diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-02-21 20:47:36 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-02-21 20:47:36 +0100 |
commit | b25785d294669f2bab7dcd1e3cd1fba61991fe46 (patch) | |
tree | 42d91f40b75af3394a29cf440a64c5e1895d4c9c /lib/events | |
parent | 86f24d1ecf300b82b3a7253b81a2c392669d2c2b (diff) | |
download | libquotient-b25785d294669f2bab7dcd1e3cd1fba61991fe46.tar.gz libquotient-b25785d294669f2bab7dcd1e3cd1fba61991fe46.zip |
Update a comment that still mentions Riot
Diffstat (limited to 'lib/events')
-rw-r--r-- | lib/events/roommessageevent.cpp | 2 |
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; |