diff options
author | Kegsay <kegan@matrix.org> | 2020-08-07 17:32:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 17:32:13 +0100 |
commit | f371783da765f96fc3764091e95fb8cb8004e208 (patch) | |
tree | dd1748eca0719054be508f2f026cb0e314d2565f /sytest-whitelist | |
parent | 30c2325eaf85f28f438f9a3c7b703978eee66cf7 (diff) |
Finish inbound E2E device lists (#1243)
* Add tests for device list updates
* Add stale_device_lists table and use db before asking remote for device keys
* Fetch remote keys if all devices are requested
* Add display_name col to store remote device names
Few other tweaks to make `Server correctly handles incoming m.device_list_update`
pass.
* Fix sqlite otk bug
* Unbuffered channel to block /send causing sytest to not race anymore
* Linting and fix bug whereby we didn't send updated dl tokens to the client causing a tightloop on /sync sometimes
* No longer assert staleness as Update blocks on workers now
* Back out tweaks
* Bugfixes
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 18978bbe..cc49bf38 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -138,6 +138,7 @@ Users receive device_list updates for their own devices Get left notifs for other users in sync and /keys/changes when user leaves Local device key changes get to remote servers Local device key changes get to remote servers with correct prev_id +#Server correctly handles incoming m.device_list_update Can add account data Can add account data to room Can get account data without syncing |