better comment per CR

// FREEBIE
This commit is contained in:
Michael Kirk 2017-08-29 10:33:58 -04:00
parent 0feb966a1c
commit d8aa9b4a3d

View file

@ -6,8 +6,9 @@ import Foundation
import PromiseKit
/**
* Transmits our profile key to any linked devices.
* This is accomplished via the existing contact syncing mechanism, except the only contact synced is ourself.
* Used to distribute our profile key to legacy linked devices, newly linked devices will have our profile key as part of provisioning.
* Syncing is accomplished via the existing contact syncing mechanism, except the only contact synced is ourself. It's incumbent on the linked device
* to treat this "self contact" record specially.
*/
@objc class MultiDeviceProfileKeyUpdateJob: NSObject {