summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-08-13 14:08:29 +0100
committerGitHub <noreply@github.com>2019-08-13 14:08:29 +0100
commitaf187805b35bb3bf92a45e9e519610bc06f084dc (patch)
tree78e97a8b18b76083c2d79ef8b7c333f7a9ca70b2 /changelog.d
parentDon't load the media repo when configured to use an external media repo (#5754) (diff)
parentRemove redundant return (diff)
downloadsynapse-af187805b35bb3bf92a45e9e519610bc06f084dc.tar.xz
Merge pull request #5809 from matrix-org/erikj/handle_pusher_stop
Handle pusher being deleted during processing.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5809.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5809.misc b/changelog.d/5809.misc
new file mode 100644
index 0000000000..82a812480e
--- /dev/null
+++ b/changelog.d/5809.misc
@@ -0,0 +1 @@
+Handle pusher being deleted during processing rather than logging an exception.