diff options
author | Erik Johnston <erikj@element.io> | 2024-05-30 11:22:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 11:22:19 +0100 |
commit | 8bd9ff0783c26d9ce4d08b396e5620c57eef2e67 (patch) | |
tree | 05854c4018b2b9005a51bb52095e8c5b629950c7 /changelog.d | |
parent | Move towards using `MultiWriterIdGenerator` everywhere (#17226) (diff) | |
download | synapse-8bd9ff0783c26d9ce4d08b396e5620c57eef2e67.tar.xz |
Ensure we delete media if we reject due to spam check (#17246)
Fixes up #17239 We need to keep the spam check within the `try/except` block. Also makes it so that we don't enter the top span twice. Also also ensures that we get the right thumbnail length.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17246.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17246.misc b/changelog.d/17246.misc new file mode 100644 index 0000000000..9fca36bb29 --- /dev/null +++ b/changelog.d/17246.misc @@ -0,0 +1 @@ +Fix errors in logs about closing incorrect logging contexts when media gets rejected by a module. |