summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-02Fix up some typechecking (#6150)Amber Brown22-40/+104
* type checking fixes * changelog
2019-10-02Fix yields and copy instead of move push rules on room upgrade (#6144)Andrew Morgan3-12/+9
Copy push rules during a room upgrade from the old room to the new room, instead of deleting them from the old room. For instance, we've defined upgrading of a room multiple times to be possible, and push rules won't be transferred o