mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 12:56:10 +00:00
Add a flag for recipientTrust.
This commit is contained in:
@@ -368,6 +368,10 @@ public class RecipientDatabase extends Database {
|
||||
throw new IllegalArgumentException("Must provide a UUID or E164!");
|
||||
}
|
||||
|
||||
if (!FeatureFlags.recipientTrust()) {
|
||||
highTrust = true;
|
||||
}
|
||||
|
||||
RecipientId recipientNeedingRefresh = null;
|
||||
Pair<RecipientId, RecipientId> remapped = null;
|
||||
boolean transactionSuccessful = false;
|
||||
|
||||
Reference in New Issue
Block a user