mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-20 12:12:56 -05:00
This allows registration to be handled by a worker, though the actual write to the database still happens on master. Note: due to the in-memory session map all registration requests must be handled by the same worker. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| federation.py | ||
| login.py | ||
| membership.py | ||
| register.py | ||
| send_event.py | ||