0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00
synapse/docker/complement
Richard van der Hoff f5668f0b4a
Await un-partial-stating after a partial-state join (#12399)
When we join a room via the faster-joins mechanism, we end up with "partial
state" at some points on the event DAG. Many parts of the codebase need to
wait for the full state to load. So, we implement a mechanism to keep track of
which events have partial state, and wait for them to be fully-populated.
2022-04-21 07:42:03 +01:00
..
conf Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
conf-workers complement-synapse-workers: factor out separate entry point script (#12467) 2022-04-14 14:56:10 +01:00
Dockerfile Move complement setup stuff into the Synapse repo (#12404) 2022-04-11 11:39:28 +01:00
README.md Move complement setup stuff into the Synapse repo (#12404) 2022-04-11 11:39:28 +01:00
SynapseWorkers.Dockerfile complement-synapse-workers: factor out separate entry point script (#12467) 2022-04-14 14:56:10 +01:00

Stuff for building the docker image used for testing under complement.