0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-16 06:38:59 +02:00
synapse/changelog.d/12879.misc
Patrick Cloke b5707ceaba
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.
2022-05-26 07:09:16 -04:00

1 line
60 B
Text

Avoid running queries which will never result in deletions.