aboutsummaryrefslogtreecommitdiff
path: root/examples/qmc-example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmc-example.cpp')
-rw-r--r--examples/qmc-example.cpp6
1 files changed, 2 insertions, 4 deletions
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;