Files
zulip/web/tests/presence.test.cjs
Aman Agrawal f7a6d6467b presence: Fix exception on trying to get user from ID.
We don't always know about every user id. So, our code should
reflect the same.

Fixed by refactoring the function to use User object a function
parameter and let the called get the user object if possible.
This reduces duplicate calculation to get user object too.
2025-03-03 10:06:04 -08:00

9.3 KiB