diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-13 14:08:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 14:08:29 +0100 |
commit | af187805b35bb3bf92a45e9e519610bc06f084dc (patch) | |
tree | 78e97a8b18b76083c2d79ef8b7c333f7a9ca70b2 /changelog.d | |
parent | Don't load the media repo when configured to use an external media repo (#5754) (diff) | |
parent | Remove redundant return (diff) | |
download | synapse-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.misc | 1 |
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. |