summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-05-10 14:10:22 -0400
committerGitHub <noreply@github.com>2022-05-10 14:10:22 -0400
commit29f06704b8871a44926f7c99e73cf4a978fb8e81 (patch)
tree03005d5e4165092a4efe84bbcec276b6ba128bd3 /changelog.d
parentAdd some type hints to datastore. (#12477) (diff)
downloadsynapse-29f06704b8871a44926f7c99e73cf4a978fb8e81.tar.xz
Fix incorrect type hint in filtering code. (#12695)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12695.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12695.misc b/changelog.d/12695.misc
new file mode 100644
index 0000000000..1b39d969a4
--- /dev/null
+++ b/changelog.d/12695.misc
@@ -0,0 +1 @@
+Fixes an incorrect type hint for `Filter._check_event_relations`.