mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Allow changing the PNP config remotely.
This commit is contained in:
@@ -189,13 +189,12 @@ public final class FeatureFlags {
|
||||
SEPA_ENABLED_REGIONS,
|
||||
CALLING_REACTIONS,
|
||||
NOTIFICATION_THUMBNAIL_BLOCKLIST,
|
||||
CALLING_RAISE_HAND
|
||||
CALLING_RAISE_HAND,
|
||||
PHONE_NUMBER_PRIVACY
|
||||
);
|
||||
|
||||
@VisibleForTesting
|
||||
static final Set<String> NOT_REMOTE_CAPABLE = SetUtil.newHashSet(
|
||||
PHONE_NUMBER_PRIVACY
|
||||
);
|
||||
static final Set<String> NOT_REMOTE_CAPABLE = SetUtil.newHashSet();
|
||||
|
||||
/**
|
||||
* Values in this map will take precedence over any value. This should only be used for local
|
||||
@@ -262,7 +261,8 @@ public final class FeatureFlags {
|
||||
BLOCK_SSE,
|
||||
CALLING_REACTIONS,
|
||||
NOTIFICATION_THUMBNAIL_BLOCKLIST,
|
||||
CALLING_RAISE_HAND
|
||||
CALLING_RAISE_HAND,
|
||||
PHONE_NUMBER_PRIVACY
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user