summary refs log tree commit diff
path: root/changelog.d/7289.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Query missing cross-signing keys on local sig upload (#7289)Andrew Morgan2020-04-221-0/+1
|
* Revert "Query missing cross-signing keys on local sig upload"Richard van der Hoff2020-04-201-1/+0
| | | | | | This was incorrectly merged to the release branch before it was ready. This reverts commit 72fe2affb6ac86d433b80b6452da57052365aa26.
* Query missing cross-signing keys on local sig uploadAndrew Morgan2020-04-171-0/+1
Add changelog Save retrieved keys to the db lint Fix and de-brittle remote result dict processing Use query_user_devices instead, assume only master, self_signing key types Make changelog more useful Remove very specific exception handling Wrap get_verify_key_from_cross_signing_key in a try/except Note that _get_e2e_cross_signing_verify_key can raise a SynapseError lint Add comment explaining why this is useful Only fetch master and self_signing key types Fix log statements, docstrings Remove extraneous items from remote query try/except lint Factor key retrieval out into a separate function Send device updates, modeled after SigningKeyEduUpdater._handle_signing_key_updates Update method docstring