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")