aboutsummaryrefslogtreecommitdiff
path: root/events
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-08-08 15:37:14 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-08-08 15:37:14 +0900
commit725043ceca17bc7de8ca17989025959511ed776b (patch)
tree567860bdde35e1fcf8ef89bff4f539f9e17bc88d /events
parent575a459f01e27b2f9efa676e031f96b49bd319af (diff)
downloadlibquotient-725043ceca17bc7de8ca17989025959511ed776b.tar.gz
libquotient-725043ceca17bc7de8ca17989025959511ed776b.zip
Vector has been renamed to Riot long ago
Diffstat (limited to 'events')
-rw-r--r--events/roommessageevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/events/roommessageevent.cpp b/events/roommessageevent.cpp
index 179eac77..3fb0226a 100644
--- a/events/roommessageevent.cpp
+++ b/events/roommessageevent.cpp
@@ -146,7 +146,7 @@ TextContent::TextContent(const QJsonObject& json)
{
QMimeDatabase db;
- // Special-casing the custom matrix.org's (actually, Vector's) way
+ // Special-casing the custom matrix.org's (actually, Riot's) way
// of sending HTML messages.
if (json["format"].toString() == "org.matrix.custom.html")
{