diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-07-19 19:15:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 19:15:54 +0100 |
commit | 172ce29b149afb91bbf728b88bffb117172a8f2c (patch) | |
tree | 8b243ab3a2e9fec80985e821e6a1a4ddc591c570 /changelog.d | |
parent | Add type annotations to `trace` decorator. (#13328) (diff) | |
download | synapse-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.misc | 1 |
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. |