MatrixSynapse/synapse
Erik Johnston 827f198177
Fix error when sending message into deleted room. (#15235)
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
2023-03-21 09:13:43 +00:00
..
_scripts
api Implement MSC2659: application service ping endpoint (#15249) 2023-03-16 15:00:03 +01:00
app
appservice Implement MSC2659: application service ping endpoint (#15249) 2023-03-16 15:00:03 +01:00
config Implement MSC2659: application service ping endpoint (#15249) 2023-03-16 15:00:03 +01:00
crypto
events
federation
handlers Fix error when sending message into deleted room. (#15235) 2023-03-21 09:13:43 +00:00
http Add Synapse-Trace-Id to access-control-expose-headers header (#14974) 2023-03-20 11:14:05 -07:00
logging
media Separate HTTP preview code and URL previewer. (#15269) 2023-03-20 14:32:26 -04:00
metrics
module_api
push
replication Remove no-op send_command for Redis replication. (#15274) 2023-03-16 11:13:30 -04:00
res
rest Separate HTTP preview code and URL previewer. (#15269) 2023-03-20 14:32:26 -04:00
server_notices
spam_checker_api
state
static
storage
streams
types
util
__init__.py
event_auth.py
notifier.py
py.typed
server.py
visibility.py