diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-03 12:54:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 12:54:10 +0100 |
commit | 5bfc79486dbc9f51812a8d901bb1bb9fa2b98a81 (patch) | |
tree | 2ed374d0a65f731b9ce820ecdb579cd737d2b879 /changelog.d | |
parent | wrap `_get_e2e_device_keys_and_signatures_txn` in a non-txn method (#8231) (diff) | |
download | synapse-5bfc79486dbc9f51812a8d901bb1bb9fa2b98a81.tar.xz |
Fix typing for SyncHandler (#8237)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8237.misc | 1 |
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`. |