diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-11 11:04:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 11:04:03 +0100 |
commit | b378d98c8f93412bc51f0d4b9c4aa2d1701cf523 (patch) | |
tree | 9005f9d37f9cf958286dfcf67eb7ac28cc5359f5 /changelog.d | |
parent | Fix `m.room_key_request` to-device messages (#9961) (diff) | |
download | synapse-b378d98c8f93412bc51f0d4b9c4aa2d1701cf523.tar.xz |
Add debug logging for issue #9533 (#9959)
Hopefully this will help us track down where to-device messages are getting lost/delayed.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9959.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9959.misc b/changelog.d/9959.misc new file mode 100644 index 0000000000..7231f29d79 --- /dev/null +++ b/changelog.d/9959.misc @@ -0,0 +1 @@ +Add debug logging for lost/delayed to-device messages. |