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 Remodel how device list change IDs are created (#2098) 2022-01-21 09:56:06 +00:00
cross_signing_keys_table.go Cross-signing storage code (#1959) 2021-08-04 17:31:18 +01:00
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 64-bit stream IDs for device list updates (#2267) 2022-03-10 13:17:28 +00:00
key_changes_table.go Remove sarama/saramajetstream dependencies (#2138) 2022-02-04 13:08:13 +00:00
one_time_keys_table.go Delete one-time keys when deleting a device (#2208) 2022-02-21 12:30:43 +00:00
stale_device_lists.go Finish inbound E2E device lists (#1243) 2020-08-07 17:32:13 +01:00
storage.go Remove unused partition_offset_table (#2288) 2022-03-21 10:47:41 +01:00