mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The previous logic incorrectly tried to map elements of the list of user IDs beyond 4 senders to their `.id` fields, which were undefined; the correct thing to do is just use the list of user IDs that we already have.