summary refs log tree commit diff
path: root/changelog.d/15323.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.81.0rc1Erik Johnston2023-04-041-1/+0
|
* Fix joining rooms you have been unbanned from (#15323)DeepBlueV7.X2023-03-291-0/+1
* 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>