summary refs log tree commit diff
path: root/changelog.d/9121.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-25 14:52:30 -0500
committerGitHub <noreply@github.com>2021-01-25 14:52:30 -0500
commit5b857b77f7de62bb9be0aa88a3fffcf7cb11efe6 (patch)
tree3a59f8b46b1569b72771b173e36d09baf37b6633 /changelog.d/9121.bugfix
parentAdd an admin API for shadow-banning users. (#9209) (diff)
downloadsynapse-5b857b77f7de62bb9be0aa88a3fffcf7cb11efe6.tar.xz
Don't error if deleting a non-existent pusher. (#9121)
Diffstat (limited to 'changelog.d/9121.bugfix')
-rw-r--r--changelog.d/9121.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9121.bugfix b/changelog.d/9121.bugfix
new file mode 100644
index 0000000000..a566878ec0
--- /dev/null
+++ b/changelog.d/9121.bugfix
@@ -0,0 +1 @@
+Fix spurious errors in logs when deleting a non-existant pusher.