Always enable E2EE in libQuotient
It's off-by-default in libQuotient 0.8
This commit is contained in:
@@ -195,6 +195,10 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
initLogging();
|
initLogging();
|
||||||
|
|
||||||
|
#if Quotient_VERSION_MINOR == 8
|
||||||
|
Connection::setEncryptionDefault(true);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NEOCHAT_FLATPAK
|
#ifdef NEOCHAT_FLATPAK
|
||||||
// Copy over the included FontConfig configuration to the
|
// Copy over the included FontConfig configuration to the
|
||||||
// app's config dir:
|
// app's config dir:
|
||||||
|
|||||||
Reference in New Issue
Block a user