diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-02 11:47:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 11:47:26 +0100 |
commit | abeab964d5a0cc41fa421cf9d89dc12b7a796391 (patch) | |
tree | 02433188ace90fdb6fab8ac9552c3d9eb5f16064 /changelog.d | |
parent | Fix errors when updating the user directory with invalid data (#8223) (diff) | |
download | synapse-abeab964d5a0cc41fa421cf9d89dc12b7a796391.tar.xz |
Make _get_e2e_device_keys_and_signatures_txn return an attrs (#8224)
this makes it a bit clearer what's going on.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8224.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8224.misc b/changelog.d/8224.misc new file mode 100644 index 0000000000..979c8b227b --- /dev/null +++ b/changelog.d/8224.misc @@ -0,0 +1 @@ +Refactor queries for device keys and cross-signatures. |