mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-08 03:45:17 -05:00
![Andrew Morgan](/assets/img/avatar_default.png)
This PR grew out of #6739, and adds typing to some method arguments You'll notice that there are a lot of `# type: ignores` in here. This is due to the base methods not matching the overloads here. This is necessary to stop mypy complaining, but a better solution is #8828.