Skip to content
Snippets Groups Projects
Unverified Commit 753d1d9c authored by DeepBlueV7.X's avatar DeepBlueV7.X Committed by GitHub
Browse files

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: default avatarNicolas Werner <nicolas.werner@hotmail.de>

* Add changelog

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

* Update changelog.d/15323.bugfix

---------

Signed-off-by: default avatarNicolas Werner <nicolas.werner@hotmail.de>
parent 5282ba1e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment