temporarly enable OTR
This commit is contained in:
parent
0be7dfe65e
commit
a8e179ab4e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public final class Config {
|
|||
private static final int OTR = 4;
|
||||
private static final int OMEMO = 8;
|
||||
|
||||
private static final int ENCRYPTION_MASK = UNENCRYPTED /*| OPENPGP | OTR */| OMEMO;
|
||||
private static final int ENCRYPTION_MASK = UNENCRYPTED /*| OPENPGP */ | OTR | OMEMO;
|
||||
|
||||
public static boolean supportUnencrypted() {
|
||||
return (ENCRYPTION_MASK & UNENCRYPTED) != 0;
|
||||
|
|
Reference in a new issue