emoji_picker: Remove unused parameter to toggle_emoji_reaction.

This has been unused since it was introduced in
5bb10036b57bca36d531a74e8b03188d43ec7862; presumably leftover from a
previous version of the original PR.
This commit is contained in:
Tim Abbott 2024-07-07 11:34:08 -07:00
parent a7b3dbfdd7
commit eee7c8a436
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ function toggle_reaction(emoji_name, event) {
return;
}
reactions.toggle_emoji_reaction(message, emoji_name, event);
reactions.toggle_emoji_reaction(message, emoji_name);
if (!event.shiftKey) {
hide_emoji_popover();