summary refs log tree commit diff
path: root/synapse/api/ratelimiting.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-05Gracefully handle log context slips and missing opentracing import errors. ↵Jorik Schellekens2-24/+59
(#5988)
2019-09-05use access methods (duh..)Jorik Schellekens1-1/+3
Co-Authored-By: Erik Johnston <erik@matrix.org>