Files
zulip/zerver/tests/test_notification_data.py
Abhijeet Prasad Bodas 07d6ab9753 notification_data: Add get_user_group_mentions_data function.
We will use this later to display which user group was mentioned
in push and email notifications.

`mentioned_user_group_ids` is kept as a List (not Set) to ensure proper
test coverage of the function, since it depends on the order of iteration,
and we cannot change the order of iteration for a set (which we'll need
to do for proper testing).

Part of #13080.
2021-07-05 14:23:59 -07:00

14 KiB