From a16b8bcb89738d7efff868105f037ce066263dd8 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 31 Jul 2019 08:31:04 +0900 Subject: QMCTest::loadingMembers(): find a room by alias ...now that #264 is closed. Also, it gets the newest #quotient:matrix.org rather than the old upgraded room. --- examples/qmc-example.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp index bd9190b9..e97c7812 100644 --- a/examples/qmc-example.cpp +++ b/examples/qmc-example.cpp @@ -180,10 +180,8 @@ void QMCTest::doTests() void QMCTest::loadMembers() { running.push_back("Loading members"); - // The dedicated qmc-test room is too small to test - // lazy-loading-then-full-loading; use #qmatrixclient:matrix.org instead. - // TODO: #264 - auto* r = c->room(QStringLiteral("!PCzUtxtOjUySxSelof:matrix.org")); + auto* r = c->roomByAlias(QStringLiteral("#quotient:matrix.org"), + JoinState::Join); if (!r) { cout << "#test:matrix.org is not found in the test user's rooms" << endl; -- cgit v1.2.3