forked from mirror/monocles_chat
use internal storage instead of sdcard to save attachments for security reasons
This commit is contained in:
parent
6327a8b5c1
commit
c98ed11bbd
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public final class Config {
|
|||
|
||||
public static final boolean X509_VERIFICATION = false; //use x509 certificates to verify OMEMO keys
|
||||
|
||||
public static final boolean ONLY_INTERNAL_STORAGE = false; //use internal storage instead of sdcard to save attachments
|
||||
public static final boolean ONLY_INTERNAL_STORAGE = true; //use internal storage instead of sdcard to save attachments
|
||||
|
||||
public static final boolean IGNORE_ID_REWRITE_IN_MUC = true;
|
||||
public static final boolean MUC_LEAVE_BEFORE_JOIN = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue