mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This adds the current_user_has_reacted_to_emoji() helper. This new helper is easier to use and slightly more efficient than calling get_user_list_for_message_reaction() and then indexOf(). This also replaces one call to get_user_list_for_message_reaction() with a list of user_ids that we already had locally. The node tests were improved a bit here, including a minor whitespace fixup. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| locale | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||
| favicon.ico | ||
| node_modules | ||
| robots.txt | ||