diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-08-08 15:37:14 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-08-08 15:37:14 +0900 |
commit | 725043ceca17bc7de8ca17989025959511ed776b (patch) | |
tree | 567860bdde35e1fcf8ef89bff4f539f9e17bc88d | |
parent | 575a459f01e27b2f9efa676e031f96b49bd319af (diff) | |
download | libquotient-725043ceca17bc7de8ca17989025959511ed776b.tar.gz libquotient-725043ceca17bc7de8ca17989025959511ed776b.zip |
Vector has been renamed to Riot long ago
-rw-r--r-- | events/roommessageevent.cpp | 2 |
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") { |