-
- Downloads
Merge pull request #1624 from matrix-org/kegan/idempotent-requests
Store Promise<Response> instead of Response for HTTP API transactions
No related branches found
No related tags found
Showing
- synapse/rest/client/transactions.py 98 additions, 0 deletionssynapse/rest/client/transactions.py
- synapse/rest/client/v1/base.py 3 additions, 2 deletionssynapse/rest/client/v1/base.py
- synapse/rest/client/v1/room.py 16 additions, 74 deletionssynapse/rest/client/v1/room.py
- synapse/rest/client/v1/transactions.py 0 additions, 97 deletionssynapse/rest/client/v1/transactions.py
- synapse/rest/client/v2_alpha/sendtodevice.py 7 additions, 10 deletionssynapse/rest/client/v2_alpha/sendtodevice.py
- synapse/util/__init__.py 9 additions, 1 deletionsynapse/util/__init__.py
- tests/rest/client/test_transactions.py 69 additions, 0 deletionstests/rest/client/test_transactions.py
synapse/rest/client/transactions.py
0 → 100644
tests/rest/client/test_transactions.py
0 → 100644
Please register or sign in to comment