summary refs log tree commit diff
path: root/scripts-dev/convert_server_keys.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-23Use `async with` for ID gens (#8383)Erik Johnston15-105/+144
This will allow us to hit the DB after we've finished using the generated stream ID.
2020-09-23Don't push if an user account has expired (#8353)Mathieu Velten4-5/+34
2020-09-23</