Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Allow clients to upload one-time-keys with new sigs #2206
Conversation
richvdh
added some commits
May 9, 2017
richvdh
assigned
erikjohnston
May 9, 2017
erikjohnston
approved these changes
May 10, 2017
LGTM
ooi, why would the signatures change?
erikjohnston
added
the
bug
label
May 10, 2017
vector-im/riot-android#1208 (comment) Because the client stores the keys, but not the signatures. |
richvdh
merged commit 5331cd1
into
develop
May 10, 2017
7 checks passed
Sytest Dendron (Commit)
Build #2100 origin/rav/one_time_key_upload_change_sig succeeded in 9 min 23 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2935 origin/rav/one_time_key_upload_change_sig succeeded in 6 min 12 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #3005 origin/rav/one_time_key_upload_change_sig succeeded in 5 min 18 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
psaavedra
added a commit
to psaavedra/synapse
that referenced
this pull request
May 19, 2017
richvdh
deleted the
rav/one_time_key_upload_change_sig
branch
Oct 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedMay 9, 2017
When a client retries a key upload, don't give an error if the signature
has changed (but the key is the same).
Fixes vector-im/riot-android#1208, hopefully.
Also some related tweaks - see individual commits.