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 | |
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.
-rw-r--r-- | changelog.d/11008.misc | 1 | ||||
-rw-r--r-- | synapse/events/__init__.py | 16 |
2 files changed, 11 insertions, 6 deletions
diff --git a/changelog.d/11008.misc b/changelog.d/11008.misc new file mode 100644 |