mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Since, we now get role value in person objects sent from server, we can simply user user_role_map to display role in different places instead of having multiple if-else conditions to check flags like is_admin, is_guest, etc.