Files
zulip/zerver/lib
Sahil Batra 851d68e0fc create_user: Use transaction.atomic decorator for do_create_user.
We change the do_create_user function to use transaction.atomic
decorator instead of using with block. Due to this change, all
send_event calls are made inside transaction.on_commit.

Some other changes -
- Remove transaction.atomic decorator from send_inital_realm_messages
since it is now called inside a transaction.
- Made changes in tests which tests message events and notifications
to make sure on_commit callbacks are executed.
2023-01-26 10:49:19 -08:00
..
2022-07-05 17:54:17 -07:00
2022-08-22 15:46:16 -07:00
2022-05-13 20:42:20 -07:00
2022-11-04 14:46:17 -07:00
2022-06-23 19:22:12 -07:00