diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-10-18 18:17:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 17:17:15 +0100 |
commit | e8f24b6c3566f3fc902b9ec0d6c483821ac37cb7 (patch) | |
tree | f4610a2c62c92970a25d2f07dd9258bff5f12e93 /changelog.d | |
parent | Fix broken export-data admin command and add a test for it to CI (#11078) (diff) | |
download | synapse-e8f24b6c3566f3fc902b9ec0d6c483821ac37cb7.tar.xz |
`_run_push_actions_and_persist_event`: handle no min_depth (#11014)
Make sure that we correctly handle rooms where we do not yet have a `min_depth`, and also add some comments and logging.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11014.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11014.misc b/changelog.d/11014.misc new file mode 100644 index 0000000000..4b99ea354f --- /dev/null +++ b/changelog.d/11014.misc @@ -0,0 +1 @@ +Add some extra logging to the event persistence code. |