mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +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.
|
||||
*/
|
||||
var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, false)
|
||||
var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, true)
|
||||
|
||||
/**
|
||||
* Whether or not the user has linked devices.
|
||||
|
||||
Reference in New Issue
Block a user