synapse/changelog.d
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
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
17578.misc Return specific error code when email / phone not supported (#17578) 2025-05-05 11:08:50 +02:00
18181.misc Do not auto-provision missing users & devices when delegating auth to MAS (#18181) 2025-05-02 12:13:26 +02:00
18214.feature Add an Admin API endpoint to fetch scheduled tasks (#18214) 2025-05-01 18:30:00 +00:00
18218.doc Readme tweaks (#18218) 2025-05-02 12:11:48 +02:00
18237.doc Added Pocket ID to openid.md (#18237) 2025-04-30 16:13:09 +00:00
18291.docker configure_workers_and_start.py: unify python path (#18291) 2025-04-30 14:22:09 +00:00
18292.docker Optimize Dockerfile-workers (#18292) 2025-04-30 15:54:30 +02:00
18293.docker start_for_complement.sh: use more shell builtins (#18293) 2025-04-30 15:53:15 +00:00
18295.docker docker: use shebangs to invoke generated scripts (#18295) 2025-04-30 14:26:08 +00:00
18297.misc Ensure the url previewer also hashes and quarantines media (#18297) 2025-05-06 11:04:31 +01:00
18300.feature Add the ability to exclude remote users in user directory search results (#18300) 2025-05-02 15:38:02 +01:00
18313.misc Allow a few admin APIs used by MAS to run on workers (#18313) 2025-05-02 15:37:58 +02:00
18320.doc Fix typo in docs about push (#18320) 2025-04-30 14:27:08 +01:00
18330.misc Apply should_drop_federated_event to federation invites (#18330) 2025-05-02 13:04:01 +00:00
18355.feature Move GET /devices/ off main process (#18355) 2025-04-25 15:08:33 +01:00
18360.misc Allow /rooms/ admin API to be on workers (#18360) 2025-04-25 15:18:22 +01:00
18363.bugfix Do not retry push during backoff period (#18363) 2025-04-29 14:08:11 +01:00
18367.misc Minor performance improvements to notifier/replication (#18367) 2025-04-29 14:08:32 +01:00
18369.misc Slight performance increase when using the ratelimiter (#18369) 2025-04-29 14:08:22 +01:00
18374.misc Don't check the at_hash (access token hash) in OIDC ID Tokens if we don't use the access token (#18374) 2025-05-02 12:16:14 +01:00
18375.bugfix Pass leave from remote invite rejection down Sliding Sync (#18375) 2025-05-08 14:28:23 +00:00
18377.doc docs/workers.md: Add ^/_matrix/federation/v1/event/ to list of delegatable endpoints (#18377) 2025-05-01 15:11:59 +01:00
18384.doc Fix typo in doc for Scheduled Tasks Admin API (#18384) 2025-05-02 12:14:31 +01:00
18385.misc Fix lint which broke in #18374 (#18385) 2025-05-02 12:07:23 +00:00
18390.misc make tests tolerant to authlib 1.5.2 error messages (#18390) 2025-05-05 10:09:39 +00:00
18399.misc Convert Sliding Sync tests to use higher-level compute_interested_rooms (#18399) 2025-05-07 15:07:58 +00:00