diff --git a/app/models/appendable/reaction.rb b/app/models/appendable/reaction.rb index 1d99de49..7e70141a 100644 --- a/app/models/appendable/reaction.rb +++ b/app/models/appendable/reaction.rb @@ -16,6 +16,7 @@ class Appendable::Reaction < Appendable # rubocop:enable Rails/SkipsModelValidations def notification_type(*_args) + Notification::CommentSmiled if parent.instance_of?(Comment) Notification::Smiled end end