summary refs log tree commit diff
path: root/develop/development/synapse_architecture/faster_joins.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-09-08 13:48:35 +0000
committerclokep <clokep@users.noreply.github.com>2023-09-08 13:48:35 +0000
commit684215670ff1ebb3e05df7b8c4c13912be80f621 (patch)
tree716b32d5702607a769b88a56a554e2c9a14566e2 /develop/development/synapse_architecture/faster_joins.html
parentdeploy: 8940d1b28ecbaf9185459e2af62169ecf39a96f5 (diff)
downloadsynapse-684215670ff1ebb3e05df7b8c4c13912be80f621.tar.xz
deploy: 5c8870cb28cc98d0b7a310b5dd2fade7ff45743d
Diffstat (limited to 'develop/development/synapse_architecture/faster_joins.html')
-rw-r--r--develop/development/synapse_architecture/faster_joins.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/synapse_architecture/faster_joins.html b/develop/development/synapse_architecture/faster_joins.html

index d60c159d11..dcb761384f 100644 --- a/develop/development/synapse_architecture/faster_joins.html +++ b/develop/development/synapse_architecture/faster_joins.html
@@ -382,7 +382,7 @@ But don't want to send out sensitive data in other HS's events in this way.</p> <p>Suppose we discover after resync that we shouldn't have sent out one our events (not a prev_event) to a target HS. Not much we can do. What about if we didn't send them an event but shouldn't've? E.g. what if someone joined from a new HS shortly after you did? We wouldn't talk to them. -Could imagine sending out the &quot;Missed&quot; events after the resync but... painful to work out what they shuld have seen if they joined/left. +Could imagine sending out the &quot;Missed&quot; events after the resync but... painful to work out what they should have seen if they joined/left. Instead, just send them the latest event (if they're still in the room after resync) and let them backfill.(?)</p> <ul> <li>Don't do this currently.</li>