Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix joining rooms you have been unbanned from #15323

Merged
merged 3 commits into from
Mar 29, 2023

Commits on Mar 25, 2023

  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 matrix-org#1563
    
    Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
    deepbluev7 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7bf026c View commit details
    Browse the repository at this point in the history
  2. Add changelog

    Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
    deepbluev7 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    e3c5aea View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    961b40f View commit details
    Browse the repository at this point in the history