diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-08 07:26:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 07:26:05 -0500 |
commit | d8bab6793c75774db4bde8aeec6897b607e08799 (patch) | |
tree | 6c325df81913ef6374577c94ab81cac9279af2f6 /changelog.d | |
parent | Fix a bug in background updates wherein background updates are never run usin... (diff) | |
download | synapse-d8bab6793c75774db4bde8aeec6897b607e08799.tar.xz |
Fix incorrect type hints for txredis. (#12042)
Some properties were marked as RedisProtocol instead of ConnectionHandler, which wraps RedisProtocol instance(s).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12042.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12042.misc b/changelog.d/12042.misc new file mode 100644 index 0000000000..6ecdc96021 --- /dev/null +++ b/changelog.d/12042.misc @@ -0,0 +1 @@ +Correct type hints for txredis. |