diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-26 07:09:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 07:09:16 -0400 |
commit | b5707ceabad79267928b1f5e0bff582b09488847 (patch) | |
tree | a306bd0822fb6a96a5473eeabcfb91096850361d /changelog.d | |
parent | Pull out less state when handling gaps mk2 (#12852) (diff) | |
download | synapse-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.misc | 1 |
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. |