summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-22Avoid attribute error when `password_config` present but empty (#6753)Ivan Vilata-i-Balaguer2-1/+2
The old statement returned `None` for such a `password_config` (like the one created on first run), thus retrieval of the `pepper` key failed with `AttributeError`. Fixes #5315 Signed-off-by: Ivan Vilata i Balaguer <ivan@selidor.net>
2020-01-21Port synapse_port_db to async/await (#6718)Brendan Abolivier3-89/+126