mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 12:46:09 +00: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