diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-04 15:06:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 15:06:05 +0100 |
commit | f25af1f9c72f1bf8645eca14fc2d8db13f51a9f3 (patch) | |
tree | c01fba3eb13108320134ee150dd06255d4c274a2 /changelog.d | |
parent | Unread counts fixes (#8254) (diff) | |
download | synapse-f25af1f9c72f1bf8645eca14fc2d8db13f51a9f3.tar.xz |
Add cross-signing sigs to the `keys` object (#8234)
All the callers want this info in the same place, so let's reduce the duplication by doing it here.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8234.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8234.misc b/changelog.d/8234.misc new file mode 100644 index 0000000000..979c8b227b --- /dev/null +++ b/changelog.d/8234.misc @@ -0,0 +1 @@ +Refactor queries for device keys and cross-signatures. |