diff options
author | Eric Eastwood <erice@element.io> | 2022-07-11 17:04:20 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-07-11 17:04:20 -0500 |
commit | b393f713746b3763855b83864ee98d7b93abea60 (patch) | |
tree | b709f513dd8b8431764662c6aca7482918fdc3cf | |
parent | Different comments (diff) | |
download | synapse-b393f713746b3763855b83864ee98d7b93abea60.tar.xz |
Add changelog
-rw-r--r-- | changelog.d/13249.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13249.bugfix b/changelog.d/13249.bugfix new file mode 100644 index 0000000000..79ff97b0c5 --- /dev/null +++ b/changelog.d/13249.bugfix @@ -0,0 +1 @@ +Prevent `Failed to fetch missing state events...` warning being logged every time we tried to fetch `state_ids` for a missing `prev_event`. |