diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-29 11:43:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 11:43:20 -0400 |
commit | da75d2ea1f2784791399dbeba16be401e2bb37d2 (patch) | |
tree | 1ccbaf8cec32418a1cdbaae8b9197f6dc2c0bea1 /changelog.d | |
parent | Update the OIDC sample config (#9695) (diff) | |
download | synapse-da75d2ea1f2784791399dbeba16be401e2bb37d2.tar.xz |
Add type hints for the federation sender. (#9681)
Includes an abstract base class which both the FederationSender and the FederationRemoteSendQueue must implement.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9681.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9681.misc b/changelog.d/9681.misc new file mode 100644 index 0000000000..35338cd332 --- /dev/null +++ b/changelog.d/9681.misc @@ -0,0 +1 @@ +Add additional type hints to the Homeserver object. |