summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-07-19 19:15:54 +0100
committerGitHub <noreply@github.com>2022-07-19 19:15:54 +0100
commit172ce29b149afb91bbf728b88bffb117172a8f2c (patch)
tree8b243ab3a2e9fec80985e821e6a1a4ddc591c570 /changelog.d
parentAdd type annotations to `trace` decorator. (#13328) (diff)
downloadsynapse-172ce29b149afb91bbf728b88bffb117172a8f2c.tar.xz
Fix spurious warning when fetching state after a missing prev event (#13258)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13258.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13258.misc b/changelog.d/13258.misc
new file mode 100644
index 0000000000..a187c46aa6
--- /dev/null
+++ b/changelog.d/13258.misc
@@ -0,0 +1 @@
+Fix spurious warning when fetching state after a missing prev event.