0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 05:29:00 +02:00
synapse/changelog.d
DeepBlueV7.X 753d1d9cde
Fix joining rooms you have been unbanned from (#15323)
* Fix joining rooms you have been unbanned from

Since forever synapse did not allow you to join a room after you have
been unbanned from it over federation. This was not actually because of
the unban event not federating. Synapse simply used outdated state to
validate the join transition. This skips the validation if we are not in
the room and for that reason won't have the current room state.

Fixes #1563

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>

* Add changelog

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>

* Update changelog.d/15323.bugfix

---------

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
2023-03-29 08:37:27 +00:00
..
.gitignore
15113.misc Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
15128.misc Reintroduce membership tables event stream ordering (#15128) 2023-03-24 11:44:01 +00:00
15243.feature Add a primitive helper script for listing worker endpoints. (#15243) 2023-03-23 12:11:14 +00:00
15265.misc Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx. (#15265) 2023-03-24 16:41:10 +00:00
15280.misc Make cleaning up pushers depend on the device_id instead of the token_id (#15280) 2023-03-24 11:09:39 -04:00
15285.misc Bump sentry-sdk from 1.15.0 to 1.17.0 (#15285) 2023-03-21 22:37:42 +00:00
15295.bugfix Update 15295.bugfix 2023-03-21 17:05:47 -04:00
15297.bugfix Change the parameter immediate of send_device_messages to default to True (#15297) 2023-03-21 17:59:55 -07:00
15302.misc Allow running twisted trunk against other branches (#15302) 2023-03-21 18:58:38 +00:00
15303.misc Remind maintainer to ask #synapse-dev for changelog (#15303) 2023-03-21 18:55:08 +00:00
15304.misc Bump dtolnay/rust-toolchain from e12eda571dc9a5ee5d58eecf4738ec291c66f295 to fc3253060d0c959bea12a59f10f8391454a0b02d (#15304) 2023-03-22 15:27:36 +00:00
15306.bugfix Add a check to SQLite port DB script to ensure that the sqlite database passed to the script exists before trying to port from it (#15306) 2023-03-22 08:36:42 -07:00
15309.bugfix Have replication clients remove _INT_STREAM_POS (#15309) 2023-03-22 12:53:55 +00:00
15311.misc Reject mentions on the C-S API which are invalid. (#15311) 2023-03-24 08:31:14 -04:00
15314.feature Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) 2023-03-28 18:26:27 +00:00
15316.misc As an optimisation, use TRUNCATE on Postgres when clearing the user directory tables. (#15316) 2023-03-24 15:31:12 +00:00
15319.misc Fix .gitignore rule for the Complement source tarball downloaded automatically by complement.sh. (#15319) 2023-03-24 17:54:58 +00:00
15323.bugfix Fix joining rooms you have been unbanned from (#15323) 2023-03-29 08:37:27 +00:00
15324.misc Bump serde from 1.0.157 to 1.0.158 (#15324) 2023-03-27 11:03:02 +01:00
15325.misc Bump regex from 1.7.1 to 1.7.3 (#15325) 2023-03-27 11:03:58 +01:00
15326.misc Bump types-pyopenssl from 23.0.0.4 to 23.1.0.0 (#15326) 2023-03-27 11:04:09 +01:00
15327.misc Bump furo from 2022.12.7 to 2023.3.23 (#15327) 2023-03-27 11:05:10 +01:00
15328.misc Bump ruff from 0.0.252 to 0.0.259 (#15328) 2023-03-28 09:46:47 +01:00
15329.misc Bump cryptography from 40.0.0 to 40.0.1 (#15329) 2023-03-27 11:23:51 +01:00
15330.misc Bump mypy-zope from 0.9.0 to 0.9.1 (#15330) 2023-03-27 11:05:43 +01:00
15331.feature Load /password_policy endpoint on workers. (#15331) 2023-03-27 07:37:17 -04:00
15332.bugfix Prune old typing notifications (#15332) 2023-03-27 14:32:36 +01:00
15336.misc Fix typo in developer docs GitHub workflow (#15336) 2023-03-28 12:31:04 +00:00
15339.misc Speed up pydantic CI lint (#15339) 2023-03-28 15:42:24 +01:00
15340.misc Speed up generate sample config CI lint (#15340) 2023-03-28 15:17:15 +00:00