Always enable E2EE in libQuotient

It's off-by-default in libQuotient 0.8
This commit is contained in:
Tobias Fella
2023-05-21 22:21:32 +02:00
parent a8536b0634
commit 025b367a7e

View File

@@ -195,6 +195,10 @@ int main(int argc, char *argv[])
initLogging();
#if Quotient_VERSION_MINOR == 8
Connection::setEncryptionDefault(true);
#endif
#ifdef NEOCHAT_FLATPAK
// Copy over the included FontConfig configuration to the
// app's config dir: