summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-05-26 07:09:16 -0400
committerGitHub <noreply@github.com>2022-05-26 07:09:16 -0400
commitb5707ceabad79267928b1f5e0bff582b09488847 (patch)
treea306bd0822fb6a96a5473eeabcfb91096850361d /changelog.d
parentPull out less state when handling gaps mk2 (#12852) (diff)
downloadsynapse-b5707ceabad79267928b1f5e0bff582b09488847.tar.xz
Avoid attempting to delete push actions for remote users. (#12879)
Remote users will never have push actions, so we can avoid a database
round-trip/transaction completely.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12879.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12879.misc b/changelog.d/12879.misc
new file mode 100644
index 0000000000..24fa0d0de0
--- /dev/null
+++ b/changelog.d/12879.misc
@@ -0,0 +1 @@
+Avoid running queries which will never result in deletions.