diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-20 09:00:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 09:00:59 -0400 |
commit | 5eac0b7e76c8316604480faf2d6158a0e1d68466 (patch) | |
tree | c419bb28e57fbedb5ea08af2c8260190f481c04c /changelog.d | |
parent | Ensure a group ID is valid before trying to get rooms for it. (#8129) (diff) | |
download | synapse-5eac0b7e76c8316604480faf2d6158a0e1d68466.tar.xz |
Add more types to synapse.storage.database. (#8127)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8127.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8127.misc b/changelog.d/8127.misc new file mode 100644 index 0000000000..cb557122aa --- /dev/null +++ b/changelog.d/8127.misc @@ -0,0 +1 @@ +Add type hints to `synapse.storage.database`. |