mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Due to the atomic(savepoint=False) here, an LDAP sync exception while
syncing a single user breaks the whole sync_ldap_user_data transaction,
preventing it from successfully syncing other users.
Fixes a regression introduced in
1eecbad381
Closes #35291.