mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
There is no reason for either render_incoming_message() or render_markdown() to require full UserProfile objects just to triage alert words. By only asking for user_ids, we save extra queries in two callpaths and we make it easier to start using user_ids in do_send_messages().