synapse/tests/rest/client
Devon Hudson 7c633f1a58
Pass leave from remote invite rejection down Sliding Sync (#18375)
Fixes #17753 


### Dev notes

The `sliding_sync_membership_snapshots` and `sliding_sync_joined_rooms`
database tables were added in
https://github.com/element-hq/synapse/pull/17512

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

---------

Co-authored-by: Erik Johnston <erik@matrix.org>
Co-authored-by: Olivier 'reivilibre <oliverw@matrix.org>
Co-authored-by: Eric Eastwood <erice@element.io>
2025-05-08 14:28:23 +00:00
..
sliding_sync Pass leave from remote invite rejection down Sliding Sync (#18375) 2025-05-08 14:28:23 +00:00
__init__.py
test_account_data.py
test_account.py
test_auth_metadata.py Support the new /auth_metadata endpoint defined in MSC2965. (#18093) 2025-01-21 13:48:49 +01:00
test_auth.py
test_capabilities.py Implement MSC4133 to support custom profile fields. (#17488) 2025-01-21 11:11:04 +00:00
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 Support for MSC4190: device management for application services (#17705) 2024-12-04 12:04:49 +01:00
test_directory.py
test_ephemeral_message.py
test_events.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
test_filter.py
test_identity.py
test_keys.py Use custom stage UIA error for MAS cross-signing reset (#17509) 2024-08-30 14:52:57 +02:00
test_login_token_request.py
test_login.py make tests tolerant to authlib 1.5.2 error messages (#18390) 2025-05-05 10:09:39 +00:00
test_media.py Store hashes of media files, and allow quarantining by hash. (#18277) 2025-03-27 17:26:34 +00:00
test_models.py Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00
test_mutual_rooms.py
test_notifications.py Require the 'from' parameter for /notifications be an integer (#17283) 2024-06-19 10:05:39 +01:00
test_owned_state.py Support MSC3757: Restricting who can overwrite a state event (#17513) 2024-09-26 15:25:05 +02:00
test_password_policy.py
test_power_levels.py
test_presence.py Ratelimit presence updates (#18000) 2025-01-24 19:58:01 +00:00
test_profile.py Implement MSC4133 to support custom profile fields. (#17488) 2025-01-21 11:11:04 +00:00
test_push_rule_attrs.py
test_read_marker.py
test_receipts.py
test_redactions.py
test_register.py Support for MSC4190: device management for application services (#17705) 2024-12-04 12:04:49 +01:00
test_relations.py
test_rendezvous.py Fix MSC4108 'rendez-vous' responses with some reverse proxy in the front of Synapse (#18178) 2025-02-25 11:34:33 +01:00
test_reporting.py Support & use stable endpoints for MSC4151 (#17374) 2024-10-31 09:55:30 +00:00
test_retention.py
test_rooms.py Add a column participant to room_memberships table (#18068) 2025-03-18 17:59:57 +00:00
test_sendtodevice.py
test_shadow_banned.py
test_sync.py Optimise notifier (#17765) 2024-09-30 12:58:13 +01:00
test_tags.py Check if user is in room before being able to tag it (#17839) 2024-10-30 11:55:23 -05:00
test_third_party_rules.py
test_transactions.py
test_typing.py
test_upgrade_room.py
utils.py Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00