summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-09-03 12:54:10 +0100
committerGitHub <noreply@github.com>2020-09-03 12:54:10 +0100
commit5bfc79486dbc9f51812a8d901bb1bb9fa2b98a81 (patch)
tree2ed374d0a65f731b9ce820ecdb579cd737d2b879 /changelog.d
parentwrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231) (diff)
downloadsynapse-5bfc79486dbc9f51812a8d901bb1bb9fa2b98a81.tar.xz
Fix typing for SyncHandler (#8237)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8237.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8237.misc b/changelog.d/8237.misc
new file mode 100644
index 0000000000..29d946cde6
--- /dev/null
+++ b/changelog.d/8237.misc
@@ -0,0 +1 @@
+Fix type hints in `SyncHandler`.