Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-22 | Avoid attribute error when `password_config` present but empty (#6753) | Ivan Vilata-i-Balaguer | 2 | -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-21 | Port synapse_port_db to async/await (#6718) | Brendan Abolivier | 3 | -89/+126 | |