master
alpaca-tc 7 years ago committed by Eugen
parent babbb2135e
commit 19f63ff801
  1. 2
      app/services/notify_service.rb

@ -6,7 +6,7 @@ class NotifyService < BaseService
@activity = activity @activity = activity
@notification = Notification.new(account: @recipient, activity: @activity) @notification = Notification.new(account: @recipient, activity: @activity)
return if blocked? || recipient.user.nil? return if recipient.user.nil? || blocked?
create_notification create_notification
send_email if email_enabled? send_email if email_enabled?

Loading…
Cancel
Save