From 1cb363924efa0a4eb72d6595e96949775d4ea93f Mon Sep 17 00:00:00 2001 From: Black Date: Wed, 25 Mar 2020 18:44:29 -0700 Subject: [PATCH] Update libQuotient. --- include/libQuotient | 2 +- src/spectralroom.cpp | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/include/libQuotient b/include/libQuotient index 9bcf0cbc3..89573ca2a 160000 --- a/include/libQuotient +++ b/include/libQuotient @@ -1 +1 @@ -Subproject commit 9bcf0cbc3d690663d37d1737173ab5088fed152f +Subproject commit 89573ca2a1c19d79c1417e64613f1a0fa696837c diff --git a/src/spectralroom.cpp b/src/spectralroom.cpp index 72e02e633..471bda1d0 100644 --- a/src/spectralroom.cpp +++ b/src/spectralroom.cpp @@ -22,6 +22,7 @@ #include "events/roommessageevent.h" #include "events/typingevent.h" #include "events/roompowerlevelsevent.h" +#include "events/roomcanonicalaliasevent.h" #include "jobs/downloadfilejob.h" #include "user.h" #include "utils.h" @@ -351,10 +352,6 @@ QString SpectralRoom::eventToString(const RoomEvent& evt, } return tr("made something unknown"); }, - [](const RoomAliasesEvent& e) { - return tr("has set room aliases on server %1 to: %2") - .arg(e.stateKey(), QLocale().createSeparatedList(e.aliases())); - }, [](const RoomCanonicalAliasEvent& e) { return (e.alias().isEmpty()) ? tr("cleared the room main alias")