mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
actions: Use transaction.atomic in do_change_realm_org_type.
This commit is contained in:
parent
c8f81ded4e
commit
8945a64024
@ -4739,6 +4739,7 @@ def do_change_logo_source(
|
||||
send_event(realm, event, active_user_ids(realm.id))
|
||||
|
||||
|
||||
@transaction.atomic(durable=True)
|
||||
def do_change_realm_org_type(
|
||||
realm: Realm,
|
||||
org_type: int,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user