-
Notifications
You must be signed in to change notification settings - Fork 38
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 dehydrated devices feature to work with latest synapse version #1579
Labels
Comments
Okay, so the changes needed are mostly to merge the device key upload with the device creation. Basically you create the device id locally now and then just upload keys and device in one request. |
nico-famedly
added a commit
that referenced
this issue
Nov 16, 2023
BREAKING CHANGE: This replaces the old dehydrated devices implementation, since there is no way to query what is supported easily and supporting both would be complicated. fixes #1579
nico-famedly
added a commit
that referenced
this issue
Nov 16, 2023
BREAKING CHANGE: This replaces the old dehydrated devices implementation, since there is no way to query what is supported easily and supporting both would be complicated. fixes #1579
nico-famedly
added a commit
that referenced
this issue
Nov 16, 2023
BREAKING CHANGE: This replaces the old dehydrated devices implementation, since there is no way to query what is supported easily and supporting both would be complicated. fixes #1579
nico-famedly
added a commit
that referenced
this issue
Nov 24, 2023
BREAKING CHANGE: This replaces the old dehydrated devices implementation, since there is no way to query what is supported easily and supporting both would be complicated. fixes #1579
nico-famedly
added a commit
that referenced
this issue
Nov 28, 2023
BREAKING CHANGE: This replaces the old dehydrated devices implementation, since there is no way to query what is supported easily and supporting both would be complicated. fixes #1579
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preflight Checklist
Describe your problem
The SDK implemented the dehydrated devices feature in the first place. However till our implementation some work has happened on the server side so it is not compatible anymore.
Describe your ideal solution
Update the SDK to work with the dehydrated devices implementation of the latest synapse version.
Version
No response
Security requirements
No response
Additional Context
We need to figure out how to migrate everything.
The text was updated successfully, but these errors were encountered: