mirror of https://github.com/zulip/zulip.git
d87895a3ef
The MissedMessage queue worker is the single callsite of `handle_missedmessage_emails`, which immediately transforms the list of events into a dict keyed by message-id. Skip the intermediate list step, and use defaultdict and a dataclass to simplify and make explicit the pieces. This removes the unused user_profile_id and message_id pieces of the data structure. |
||
---|---|---|
.. | ||
__init__.py | ||
queue_processors.py |