Skip to content

Commit

Permalink
fix[Op#40437]: set emoji reactions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed Oct 24, 2024
1 parent 340895a commit b08ed5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/work_packages/activities_tab_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def generate_time_based_reaction_update_streams(last_updated_at)
# Current limitation: Only shows added reactions, not removed ones
Journal.grouped_work_package_journals_emoji_reactions(
@work_package, last_updated_at:
).each do |journal_id, emoji_reactions|
).each do |journal_id, grouped_emoji_reactions|
update_via_turbo_stream(
component: WorkPackages::ActivitiesTab::Journals::ItemComponent::Reactions.new(
journal: @work_package.journals.find(journal_id),
Expand Down

0 comments on commit b08ed5b

Please sign in to comment.