Update libQuotient.
This commit is contained in:
Submodule include/libQuotient updated: 9bcf0cbc3d...89573ca2a1
@@ -22,6 +22,7 @@
|
|||||||
#include "events/roommessageevent.h"
|
#include "events/roommessageevent.h"
|
||||||
#include "events/typingevent.h"
|
#include "events/typingevent.h"
|
||||||
#include "events/roompowerlevelsevent.h"
|
#include "events/roompowerlevelsevent.h"
|
||||||
|
#include "events/roomcanonicalaliasevent.h"
|
||||||
#include "jobs/downloadfilejob.h"
|
#include "jobs/downloadfilejob.h"
|
||||||
#include "user.h"
|
#include "user.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
@@ -351,10 +352,6 @@ QString SpectralRoom::eventToString(const RoomEvent& evt,
|
|||||||
}
|
}
|
||||||
return tr("made something unknown");
|
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) {
|
[](const RoomCanonicalAliasEvent& e) {
|
||||||
return (e.alias().isEmpty())
|
return (e.alias().isEmpty())
|
||||||
? tr("cleared the room main alias")
|
? tr("cleared the room main alias")
|
||||||
|
|||||||
Reference in New Issue
Block a user