0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-19 01:18:57 +02:00
dendrite/federationsender/storage/sqlite3
Kegsay 0c4e8f6d4f
Send device list updates to servers (outbound only) (#1237)
* Add QueryDeviceMessages to serve up device keys and stream IDs

* Consume key change events in fedsender

Don't yet send them to destinations as we haven't worked them out yet

* Send device list updates to all required servers

* Glue it all together
2020-08-04 11:32:14 +01:00
..
blacklist_table.go Add UNIQUE constraint to blacklist table (#1216) 2020-07-23 10:22:23 +01:00
joined_hosts_table.go Send device list updates to servers (outbound only) (#1237) 2020-08-04 11:32:14 +01:00
queue_edus_table.go Remove debug lines 2020-07-20 17:03:20 +01:00
queue_json_table.go Deduplicate FS database, EDU persistence table (#1207) 2020-07-20 16:55:20 +01:00
queue_pdus_table.go Remove debug lines 2020-07-20 17:03:20 +01:00
room_table.go Deduplicate FS database, EDU persistence table (#1207) 2020-07-20 16:55:20 +01:00
storage.go Persistent federation sender blacklist (#1214) 2020-07-22 17:01:29 +01:00