mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* 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
|
||
|---|---|---|
| .. | ||
| deltas | ||
| cross_signing_keys_table.go | ||
| cross_signing_sigs_table.go | ||
| device_keys_table.go | ||
| key_changes_table.go | ||
| one_time_keys_table.go | ||
| stale_device_lists.go | ||
| storage.go | ||