0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-20 18:08:56 +02:00
dendrite/keyserver/internal
Neil Alexander 6d78c4d67d
Fix retrieving cross-signing signatures in /user/devices/{userId} (#2368)
* Fix retrieving cross-signing signatures in `/user/devices/{userId}`

We need to know the target device IDs in order to get the signatures and we weren't populating those.

* Fix up signature retrieval

* Fix SQLite

* Always include the target's own signatures as well as the requesting user
2022-04-22 14:58:24 +01:00
..
cross_signing.go Fix retrieving cross-signing signatures in /user/devices/{userId} (#2368) 2022-04-22 14:58:24 +01:00
device_list_update.go Slower federation warm-up (#2320) 2022-04-04 15:14:10 +01:00
device_list_update_test.go 64-bit stream IDs for device list updates (#2267) 2022-03-10 13:17:28 +00:00
internal.go Fix retrieving cross-signing signatures in /user/devices/{userId} (#2368) 2022-04-22 14:58:24 +01:00