1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-17 14:24:28 -05:00
dendrite/keyserver/storage/postgres
Kegsay 642f9cb964
Process inbound device list updates from federation ()
* Add InputDeviceListUpdate

* Unbreak unit tests

* Process inbound device list updates from federation

- Persist the keys in the keyserver and produce key changes
- Does not currently fetch keys from the remote server if the prev IDs are missing

* Linting
2020-08-05 13:41:16 +01:00
..
device_keys_table.go Process inbound device list updates from federation () 2020-08-05 13:41:16 +01:00
key_changes_table.go Implement /keys/changes () 2020-07-30 14:52:21 +01:00
one_time_keys_table.go Produce OTK counts in /sync response () 2020-08-03 12:29:58 +01:00
storage.go Persist partition|offset|user_id in the keyserver () 2020-07-28 17:38:30 +01:00