mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
actions: Split out zerver.actions.realm_settings.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 59f6b090c7)
This commit is contained in:
committed by
Tim Abbott
parent
87c58f8e23
commit
37b40df30c
@@ -48,9 +48,9 @@ from two_factor.models import PhoneDevice
|
||||
|
||||
from corporate.models import Customer, CustomerPlan, LicenseLedger
|
||||
from zerver.actions.message_send import check_send_message, check_send_stream_message
|
||||
from zerver.actions.realm_settings import do_set_realm_property
|
||||
from zerver.actions.streams import bulk_add_subscriptions, bulk_remove_subscriptions
|
||||
from zerver.decorator import do_two_factor_login
|
||||
from zerver.lib.actions import do_set_realm_property
|
||||
from zerver.lib.cache import bounce_key_prefix_for_testing
|
||||
from zerver.lib.initial_password import initial_password
|
||||
from zerver.lib.notification_data import UserMessageNotificationsData
|
||||
|
||||
Reference in New Issue
Block a user