This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Faster joins: incoming federation requests during resync may be incorrectly rejected #13288
Closed
Description
If a remote server sends us a federation request (such as get_missing_events
, or requesting a space summary) during a state resync, we may well reject that request due to not thinking the remote server is in the room.
Possibly we need to define some return code to say "sorry, can't auth you right now".