-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add required fields to POST /keys/upload #1197
Conversation
As per matrix-org/synapse#12081, this is failing because you're trying to upload a different key with the same key ID 🙂 |
@S7evinK could you make the tests happy Also is the "Fix mistake" commit related to key upload? |
I'm actually not sure how to fix this within Sytest. :/ Regarding the "Fix mistake": Not exactly related, but fixes an issue I introduced in #1195 |
This is likely best in a separate PR then! I'm going to remove the review flag from Synapse since this:
|
this is fixed on |
Not going to spend time on Sytest, so closing this. |
This adds the required fields to
device_keys
if they are missing. (the values probably don't make much sense)