-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update device capabilities #353
Conversation
Nice! I suppose you've tried it with either |
I tried it with Flare. Worked for me. |
Can we at least document what this new capability is? Just advertising that we're capable of handling it might get us into more trouble than not being able to link. |
I couldn't figure it out from the source of SD 😢 |
Signal Server code: STORAGE_SERVICE_RECORD_KEY_ROTATION("ssre2", AccountCapabilityMode.ALL_DEVICES, true, true); Signal Android: @JsonProperty("ssre2") val storageServiceEncryptionV2: Boolean I assume it pertains to backups. |
This fixes a 409 error received when linking devices. Fixes whisperfish#352.
68488b2
to
b56ea88
Compare
I added a little comment to the field, referencing both the Signal Android and Signal Server source code you mentioned. |
Can this be merged or is there anything else I should do in this PR? |
Contains an important fix for linking devices Fixes whisperfish/libsignal-service-rs#352 via upstream PR whisperfish/libsignal-service-rs#353.
Contains an important fix for linking devices Fixes whisperfish/libsignal-service-rs#352 via upstream PR whisperfish/libsignal-service-rs#353.
This fixes a 409 error received when linking devices. Fixes #352.