From 725043ceca17bc7de8ca17989025959511ed776b Mon Sep 17 00:00:00 2001 From: Kitsune Ral <Kitsune-Ral@users.sf.net> Date: Tue, 8 Aug 2017 15:37:14 +0900 Subject: Vector has been renamed to Riot long ago --- events/roommessageevent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- cgit v1.2.3