1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00
synapse/tests/rest/client
Andrew Ferrazzutti 51df675c05
MSC4140: don't cancel delayed state on own state (#17810)
When a user sends a state event, do not cancel their own delayed events
for the same piece of state.

For context, see [the relevant section in the
MSC](a09a883d9a/proposals/4140-delayed-events-futures.md (delayed-state-events-are-cancelled-by-a-more-recent-state-event)).
2025-03-17 16:21:45 +00:00
..
sliding_sync
__init__.py
test_account.py
test_account_data.py
test_auth.py
test_auth_metadata.py
test_capabilities.py
test_consent.py
test_delayed_events.py MSC4140: don't cancel delayed state on own state (#17810) 2025-03-17 16:21:45 +00:00
test_devices.py
test_directory.py
test_ephemeral_message.py
test_events.py
test_filter.py
test_identity.py
test_keys.py
test_login.py
test_login_token_request.py
test_media.py Add caching support to media endpoints (#18235) 2025-03-13 16:28:19 +00:00
test_models.py
test_mutual_rooms.py
test_notifications.py
test_owned_state.py
test_password_policy.py
test_power_levels.py
test_presence.py
test_profile.py
test_push_rule_attrs.py
test_read_marker.py
test_receipts.py
test_redactions.py
test_register.py
test_relations.py
test_rendezvous.py
test_reporting.py
test_retention.py
test_rooms.py
test_sendtodevice.py
test_shadow_banned.py
test_sync.py
test_tags.py
test_third_party_rules.py
test_transactions.py
test_typing.py
test_upgrade_room.py
utils.py