diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-10-19 11:21:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 10:21:50 +0100 |
commit | d85bc9a4a7c853c4ca0499f8c4e51d8644c3fcfa (patch) | |
tree | df2beaec9e7642873db288e01be38f23c8ceb069 /changelog.d | |
parent | Add missing type hints to synapse.api. (#11109) (diff) | |
download | synapse-d85bc9a4a7c853c4ca0499f8c4e51d8644c3fcfa.tar.xz |
Include rejected status when we log events. (#11008)
If we find ourselves dealing with rejected events, we proably want to know about it. Let's include it in the stringification of the event so that it gets logged.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11008.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11008.misc b/changelog.d/11008.misc new file mode 100644 index 0000000000..a67d95d66f --- /dev/null +++ b/changelog.d/11008.misc @@ -0,0 +1 @@ +Include rejected status when we log events. |