This commit is contained in:
KMY 2024-09-26 08:55:09 +09:00
parent c905714459
commit 1299c58305

View file

@ -159,7 +159,7 @@ class Notification < ApplicationRecord
return if filtered? || Notification::GROUPABLE_NOTIFICATION_TYPES.exclude?(type)
type_prefix = case type
when :favourite, :reblog
when :favourite, :reblog, :emoji_reaction
[type, target_status&.id].join('-')
when :follow
type