mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
models: Extract zerver.models.messages.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
26811c5049
commit
488fec7300
@@ -74,10 +74,10 @@ from zerver.models import (
|
||||
UserMessage,
|
||||
UserProfile,
|
||||
UserTopic,
|
||||
get_usermessage_by_message_id,
|
||||
query_for_ids,
|
||||
)
|
||||
from zerver.models.constants import MAX_TOPIC_NAME_LENGTH
|
||||
from zerver.models.messages import get_usermessage_by_message_id
|
||||
from zerver.models.realms import get_fake_email_domain
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user