mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Block sends on CDS lookups.
This commit is contained in:
@@ -390,7 +390,7 @@ public class RecipientDatabase extends Database {
|
||||
throw new IllegalArgumentException("Must provide a UUID or E164!");
|
||||
}
|
||||
|
||||
if (!FeatureFlags.recipientTrust()) {
|
||||
if (!FeatureFlags.cds()) {
|
||||
highTrust = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user