add support@monocles.de to encryption exception

This commit is contained in:
Arne 2023-01-02 16:44:37 +01:00
parent 2e7adc6223
commit 48107fbf44

View file

@ -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"
);
}