mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
The function activity.process_loaded_messages(messages) would be called from message_events.js, this would call people.huddle_string with the same message object, it was expected that this would return a list of ids but the message.display_recipient attribute which was being sent here used a "user_id" field instead of an "id" field. Fixes: #12503.
10 KiB
10 KiB