diff options
author | David Robertson <davidr@element.io> | 2022-06-15 16:20:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 15:20:04 +0000 |
commit | 97e9fbe1b233d94325c23b9a27bc9d2d9d615f9e (patch) | |
tree | bc518832080635abfe27a0c0e6741452e106147d /changelog.d | |
parent | Speed up `get_unread_event_push_actions_by_room` (#13005) (diff) | |
download | synapse-97e9fbe1b233d94325c23b9a27bc9d2d9d615f9e.tar.xz |
Type annotations in `synapse.databases.main.devices` (#13025)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13025.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13025.misc b/changelog.d/13025.misc new file mode 100644 index 0000000000..7cb0d174b7 --- /dev/null +++ b/changelog.d/13025.misc @@ -0,0 +1 @@ +Add type annotations to `synapse.storage.databases.main.devices`. |