forked-synapse/tests/rest/client
Patrick Cloke 4f5bccbbba
Add forward-compatibility for the redacts property (MSC2174). (#16013)
The location of the redacts field changes in room version 11. Ensure
it is copied to the *new* location for *old* room versions for
forwards-compatibility with clients.

Note that copying it to the *old* location for the *new* room version
was previously handled.
2023-08-02 15:35:54 +00:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_account_data.py
test_account.py
test_auth.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
test_capabilities.py
test_consent.py
test_devices.py Support MSC3814: Dehydrated Devices (#15929) 2023-07-24 08:23:19 -07:00
test_directory.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
test_ephemeral_message.py
test_events.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
test_filter.py
test_identity.py
test_keys.py
test_login_token_request.py
test_login.py
test_models.py
test_mutual_rooms.py
test_notifications.py Fix invite notifications for users without pushers (#12840) 2022-05-30 13:14:43 +02:00
test_password_policy.py
test_power_levels.py
test_presence.py
test_profile.py
test_push_rule_attrs.py push rules: fix internal conversion from _type to value (#15781) 2023-06-16 14:17:02 +02:00
test_read_marker.py
test_receipts.py
test_redactions.py Add forward-compatibility for the redacts property (MSC2174). (#16013) 2023-08-02 15:35:54 +00:00
test_register.py
test_relations.py
test_rendezvous.py
test_report_event.py
test_retention.py
test_rooms.py
test_sendtodevice.py
test_shadow_banned.py
test_sync.py
test_third_party_rules.py
test_transactions.py
test_typing.py
test_upgrade_room.py Add final type hint to tests.unittest. (#15072) 2023-02-14 14:03:35 -05:00
utils.py