0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-07 19:55:39 +02:00
dendrite/keyserver/storage/postgres
Kegsay 820c56c165
Fix more E2E sytests (#1265)
* WIP: Eagerly sync device lists on /user/keys/query requests

Also notify servers when a user's device display name changes. Few
caveats:
 - sytest `Device deletion propagates over federation` fails
 - `populateResponseWithDeviceKeysFromDatabase` is called from multiple
   goroutines and hence is unsafe.

* Handle deleted devices correctly over federation
2020-08-12 22:43:02 +01:00
..
device_keys_table.go Fix more E2E sytests (#1265) 2020-08-12 22:43:02 +01:00
key_changes_table.go
one_time_keys_table.go Produce OTK counts in /sync response (#1235) 2020-08-03 12:29:58 +01:00
stale_device_lists.go Finish inbound E2E device lists (#1243) 2020-08-07 17:32:13 +01:00
storage.go Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00