diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2024-02-29 09:27:49 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2024-02-29 09:27:49 +0100 |
commit | 09031211da7c111831cbf04887eed51a4b69cbf9 (patch) | |
tree | 11f53c454f6e7060714b979ed01e344dfc5ee318 /apps/dav/src | |
parent | 7cc20468f13cddb433a35a58e048ce8c4ce43f1d (diff) | |
download | nextcloud-server-09031211da7c111831cbf04887eed51a4b69cbf9.tar.gz nextcloud-server-09031211da7c111831cbf04887eed51a4b69cbf9.zip |
fix(dav): Fix atomic addressbook update
Sabre executes the proppatch callback *after* calling updateAddressbook
and not synchronously. That means the code inside the callback was run
outside a database transaction. This moves the atomic helper into the
callback to create the expected transaction span.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/dav/src')
0 files changed, 0 insertions, 0 deletions