-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Faster joins: support sending messages from clients during the half-joined state #12997
Comments
We'll probably want to test that remote Synapse instances can accept the events sent out while half-joined too. As Erik notes, we have to respond to |
As part of #13288 (comment), I've suggested that, whilst a room is partial-stated, we keep track of (or otherwise know how to find out) which servers we've sent some events to and then answer relevant |
(assigning self because I have been thinking of ideas with Rich about some of the subtleties of sending PDUs and have some things to write up at the very least) |
This has been successfully tested. |
This is theoretically simple. Currently we are blocking on calculating whether there are remote servers we need to send to, but we have a separate list of servers, so we just need to update the code to use it
Subtasks
prev_events
#14057The text was updated successfully, but these errors were encountered: