message: Split MessageDict and friends into its own file.

This commit is contained in:
Alex Vandiver
2023-10-03 01:25:57 +00:00
committed by Tim Abbott
parent 0f9b7f112b
commit 737a751f5c
15 changed files with 593 additions and 593 deletions

View File

@@ -23,11 +23,11 @@ from zerver.lib.exceptions import JsonableError
from zerver.lib.markdown import render_message_markdown
from zerver.lib.mention import MentionBackend, MentionData
from zerver.lib.message import (
MessageDict,
get_first_visible_message_id,
maybe_update_first_visible_message_id,
update_first_visible_message_id,
)
from zerver.lib.message_cache import MessageDict
from zerver.lib.narrow import (
LARGER_THAN_MAX_MESSAGE_ID,
BadNarrowOperatorError,