We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e818c4a commit 3fc0c3dCopy full SHA for 3fc0c3d
app/notifiers/better_together/new_message_notifier.rb
@@ -48,7 +48,7 @@ def should_send_email?
48
false
49
else
50
# Only send one email per unread notifications per conversation
51
- message.id == unread_notifications.first.event.record_id
+ message.id == unread_notifications.last.event.record_id
52
end
53
54
0 commit comments