Fix test
This commit is contained in:
parent
c905714459
commit
1299c58305
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue