We already have this sort of check on the Refresh/Rotate jobs, but for the Create job you should always have an identity key at the time creation is requested. That's not true when mixing a new linked device with an old primary, though. Add some defensive checks so the linked device won't generate an identity key and try to upload it; it should skip the job instead and ask the primary for its identity key later. |
||
|---|---|---|
| .. | ||
| protobuf | ||
| Resources | ||
| src | ||
| tests | ||
| Utilities | ||
| .clang-format | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
SignalServiceKit
SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X
To use SignalServiceKit via CocoaPods add the following to your Podfile
pod 'SignalServiceKit', git: 'https://github.com/signalapp/Signal-iOS.git'