mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-13 16:30:43 -05:00
The `@cached` decorator on `KeyStore._get_server_verify_key` was missing its `num_args` parameter, which meant that it was returning the wrong key for any server which had more than one recorded key. By way of a fix, change the default for `num_args` to be *all* arguments. To implement that, factor out a common base class for `CacheDescriptor` and `CacheListDescriptor`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| event_injector.py | ||
| test__base.py | ||
| test_appservice.py | ||
| test_background_update.py | ||
| test_base.py | ||
| test_client_ips.py | ||
| test_devices.py | ||
| test_directory.py | ||
| test_end_to_end_keys.py | ||
| test_event_push_actions.py | ||
| test_events.py | ||
| test_keys.py | ||
| test_presence.py | ||
| test_profile.py | ||
| test_redaction.py | ||
| test_registration.py | ||
| test_room.py | ||
| test_roommember.py | ||