-
- Downloads
Use ClientRestResource on both the main process and workers. (#14528)
Add logic to ClientRestResource to decide whether to mount servlets or not based on whether the current process is a worker. This is clearer to see what a worker runs than the completely separate / copy & pasted list of servlets being mounted for workers.
Showing
- changelog.d/14528.misc 1 addition, 0 deletionschangelog.d/14528.misc
- synapse/app/generic_worker.py 2 additions, 72 deletionssynapse/app/generic_worker.py
- synapse/rest/__init__.py 38 additions, 21 deletionssynapse/rest/__init__.py
- synapse/rest/client/account.py 14 additions, 12 deletionssynapse/rest/client/account.py
- synapse/rest/client/devices.py 6 additions, 4 deletionssynapse/rest/client/devices.py
- synapse/rest/client/keys.py 3 additions, 2 deletionssynapse/rest/client/keys.py
- synapse/rest/client/register.py 5 additions, 4 deletionssynapse/rest/client/register.py
- synapse/rest/client/room.py 2 additions, 4 deletionssynapse/rest/client/room.py
Loading
Please register or sign in to comment