Use new libquotient functionality to encrypt direct chats by default
Needs https://github.com/quotient-im/libQuotient/pull/730
This commit is contained in:
committed by
Tobias Fella
parent
a29d3790c8
commit
645438525f
@@ -346,9 +346,6 @@ void NeoChatConnection::openOrCreateDirectChat(User *user)
|
||||
}
|
||||
}
|
||||
requestDirectChat(user->id());
|
||||
connectSingleShot(this, &Connection::directChatAvailable, this, [=](auto room) {
|
||||
room->activateEncryption();
|
||||
});
|
||||
}
|
||||
|
||||
qsizetype NeoChatConnection::directChatNotifications() const
|
||||
|
||||
Reference in New Issue
Block a user