summary refs log tree commit diff
path: root/synapse/rest/client/sendtodevice.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve logging and opentracing for to-device message handling (#14598)Richard van der Hoff2022-12-061-1/+0
| | | | | | | A batch of changes intended to make it easier to trace to-device messages through the system. The intention here is that a client can set a property org.matrix.msgid in any to-device message it sends. That ID is then included in any tracing or logging related to the message. (Suggestions as to where this field should be documented welcome. I'm not enthusiastic about speccing it - it's very much an optional extra to help with debugging.) I've also generally improved the data we send to opentracing for these messages.
* Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` ↵Andrew Morgan2022-08-221-2/+1
| | | | (#13574)
* Add type annotations to `trace` decorator. (#13328)Patrick Cloke2022-07-191-2/+2
| | | | Functions that are decorated with `trace` are now properly typed and the type hints for them are fixed.
* Additional type hints for client REST servlets (part 4) (#10728)Patrick Cloke2021-09-011-11/+16
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+67