summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-13Bugfix `make_room_admin` fails for users that have left a private room (#10367)Dirk Klimpel2-1/+9
Fixes: #10338
2021-07-13Use inline type hints in `tests/` (#10350)Jonathan de Jong18-63/+62
This PR is tantamount to running: python3.8 -m com2ann -v 6 tests/ (com2ann requires python 3.8 to run)
2021-07-13[pyupgrade] `tests/` (#10347)Jonathan de Jong20-58/+45