PNI identity keys for existing accounts are uploaded the first time the primary notices that it doesn't have a PNI identity key. However, if that upload is interrupted, the local state would be out of sync with the server. We can try to be more careful about that, but *this* PR will manually get them out of that state by explicitly doing a profile fetch for our own PNI and seeing if the identity key we get back is what we expect. If not, we upload it again as if it were the first time. |
||
|---|---|---|
| .. | ||
| 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'