0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 20:19:03 +02:00
synapse/tests/crypto
Richard van der Hoff fa1b293da2
Simplification to Keyring.wait_for_previous_lookups. (#5250)
The list of server names was redundant, since it was equivalent to the keys on
the server_to_deferred map. This reduces the number of large lists being passed
around, and has the benefit of deduplicating the entries in `wait_on`.
2019-05-24 22:17:18 +01:00
..
__init__.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_event_signing.py Make add_hashes_and_signatures operate on dicts 2019-01-29 11:12:38 +00:00
test_keyring.py Simplification to Keyring.wait_for_previous_lookups. (#5250) 2019-05-24 22:17:18 +01:00