diff options
author | Tobias Fella <fella@posteo.de> | 2021-10-24 16:43:59 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:11 +0100 |
commit | 1bc8c3c2a177668af00889ae18f26d81dfef4af1 (patch) | |
tree | 2bdbf5a525b4c785bd771ced1c092f8ae268b640 /autotests/testolmaccount.cpp | |
parent | 9f08e5d865a5500d2926f10de85da2d5dcd063f7 (diff) | |
download | libquotient-1bc8c3c2a177668af00889ae18f26d81dfef4af1.tar.gz libquotient-1bc8c3c2a177668af00889ae18f26d81dfef4af1.zip |
Remove outdated comment
Diffstat (limited to 'autotests/testolmaccount.cpp')
-rw-r--r-- | autotests/testolmaccount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp index c7edd7ad..4fd129b5 100644 --- a/autotests/testolmaccount.cpp +++ b/autotests/testolmaccount.cpp @@ -552,7 +552,7 @@ void TestOlmAccount::enableEncryption() auto job = alice->createRoom(Connection::PublishRoom, QString(), QString(), QString(), {"@bob:localhost"}); connect(alice.get(), &Connection::newRoom, this, [alice, bob, &joinedRoom, this] (Quotient::Room *room) { - room->activateEncryption(); // TODO we should also wait for it + room->activateEncryption(); QSignalSpy spy(room, &Room::encryption); joinedRoom = room->id(); |