mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Rename remote config flag
This commit is contained in:
@@ -139,7 +139,7 @@ export async function toContactRecord(
|
||||
contactRecord.serviceE164 = e164;
|
||||
}
|
||||
const pni = conversation.get('pni');
|
||||
if (pni && RemoteConfig.isEnabled('desktop.pnp.storageService')) {
|
||||
if (pni && RemoteConfig.isEnabled('desktop.pnp')) {
|
||||
contactRecord.pni = pni;
|
||||
}
|
||||
const profileKey = conversation.get('profileKey');
|
||||
@@ -852,7 +852,7 @@ export async function mergeContactRecord(
|
||||
: undefined,
|
||||
};
|
||||
|
||||
const isPniSupported = RemoteConfig.isEnabled('desktop.pnp.storageService');
|
||||
const isPniSupported = RemoteConfig.isEnabled('desktop.pnp');
|
||||
|
||||
const e164 = dropNull(contactRecord.serviceE164);
|
||||
const uuid = dropNull(contactRecord.serviceUuid);
|
||||
|
||||
Reference in New Issue
Block a user