This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Cross-signing [4/4] -- federation edition#5727
Merged
Conversation
9306355 to
9d38b5e
Compare
8a22a9e to
5ad0237
Compare
Member
|
going to await #4970 before reviewing this one |
5ad0237 to
4f3bcc6
Compare
47c5925 to
415d0a0
Compare
4f3bcc6 to
1fabf82
Compare
uhoreg
commented
Oct 25, 2019
|
|
||
| return self.runInteraction("count_e2e_one_time_keys", _count_e2e_one_time_keys) | ||
|
|
||
| def _get_e2e_cross_signing_key_txn(self, txn, user_id, key_type, from_user_id=None): |
Member
Author
There was a problem hiding this comment.
This is just moving these functions from EndToEndKeyStore to EndToEndKeyWorkerStore so that it works with workers.
Member
Author
|
This should be ready for review now. The sytest failure is due to #6254 |
richvdh
suggested changes
Oct 29, 2019
Member
Author
|
Ready for re-review. Again, the sytest failure is due to #6254. |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
babolivier
pushed a commit
that referenced
this pull request
Sep 1, 2021
* commit '53d7680e3': Update synapse/storage/data_stores/main/devices.py rename get_devices_by_remote to get_device_updates_by_remote black apply changes as a result of PR review don't error if federation query doesn't have cross-signing keys move get_e2e_cross_signing_key to EndToEndKeyWorkerStore so it works with workers black vendor-prefix the EDU name until MSC1756 is merged into the spec fix unit test add news file update to work with newer code, and fix formatting add missing param make black happy don't crash if the user doesn't have cross-signing keys implement federation parts of cross-signing
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the federation bits of cross-signing.
ref: MSC1756