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

Fix error when sending message into deleted room. #15235

Merged
merged 7 commits into from
Mar 21, 2023

Commits on Mar 9, 2023

  1. Fix error when sending message into deleted room.

    When a room is deleted in Synapse we remove the event forward
    extremities in the room, so if (say a bot) tries to send a message into
    the room we error out due to not being able to calculate prev events for
    the new event *before* we check if the sender is in the room.
    
    Fixes #8094
    erikjohnston committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e65da2d View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c7e11d3 View commit details
    Browse the repository at this point in the history
  3. Newsfile

    erikjohnston committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c629d80 View commit details
    Browse the repository at this point in the history
  4. Typing

    erikjohnston committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f1be709 View commit details
    Browse the repository at this point in the history
  5. Fixup

    erikjohnston committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    297f596 View commit details
    Browse the repository at this point in the history
  6. Fixup

    erikjohnston committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8568e79 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Add test

    erikjohnston committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6d5cbfe View commit details
    Browse the repository at this point in the history