summary refs log tree commit diff
path: root/scripts-dev/mypy_synapse_plugin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-08Fix error handling during insertion of client IPs (#9051)Erik Johnston2-31/+24
You can't continue using a transaction once an exception has been raised, so catching and dropping the error here is pointless and just causes more errors.
2021-01-08Remove broken and unmaintained 'webserver.py' script (#9039)Richard van der Hoff2-59/+1
I