mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 04:28:35 +00:00
Do not send PNI-hello-worlds for new installs.
This commit is contained in:
@@ -156,7 +156,7 @@ class MiscellaneousValues internal constructor(store: KeyValueStore) : SignalSto
|
|||||||
/**
|
/**
|
||||||
* Whether or not we've done the initial "PNP Hello World" dance.
|
* Whether or not we've done the initial "PNP Hello World" dance.
|
||||||
*/
|
*/
|
||||||
var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, false)
|
var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, true)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether or not the user has linked devices.
|
* Whether or not the user has linked devices.
|
||||||
|
|||||||
Reference in New Issue
Block a user