mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
Earlier, we were using 'send_event' in 'do_update_user_status' which can lead to a situation, if any db operation is added after the 'send_event' in future, where we enqueue events but the action function fails at a later stage. Events should not be sent until we know we're not rolling back. Fixes part of #30489.
14 KiB
14 KiB