forked from mirror/monocles_chat
add support@monocles.de to encryption exception
This commit is contained in:
parent
2e7adc6223
commit
48107fbf44
1 changed files with 3 additions and 0 deletions
|
@ -8,4 +8,7 @@ public class Patches {
|
|||
public static final List<String> DISCO_EXCEPTIONS = Arrays.asList(
|
||||
"nimbuzz.com"
|
||||
);
|
||||
public static final List<String> ENCRYPTION_EXCEPTIONS = Arrays.asList(
|
||||
"support@monocles.de"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue