mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
models: Extract zerver.models.users.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
37a9c4501f
commit
45bb8d2580
@@ -31,14 +31,12 @@ from zerver.models import (
|
||||
SystemGroups,
|
||||
UserGroup,
|
||||
UserProfile,
|
||||
active_non_guest_user_ids,
|
||||
active_user_ids,
|
||||
bulk_get_streams,
|
||||
get_realm_stream,
|
||||
get_stream,
|
||||
get_stream_by_id_in_realm,
|
||||
is_cross_realm_bot_email,
|
||||
)
|
||||
from zerver.models.users import active_non_guest_user_ids, active_user_ids, is_cross_realm_bot_email
|
||||
from zerver.tornado.django_api import send_event
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user