dendrite/keyserver/storage/postgres
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
..
deltas
cross_signing_keys_table.go
cross_signing_sigs_table.go Fix retrieving cross-signing signatures in /user/devices/{userId} (#2368) 2022-04-22 14:58:24 +01:00
device_keys_table.go
key_changes_table.go
one_time_keys_table.go
stale_device_lists.go
storage.go Remove unused partition_offset_table (#2288) 2022-03-21 10:47:41 +01:00