Fix a couple unhandled exceptions
This commit is contained in:
parent
a1894786cf
commit
aa9c51a34c
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ class NotifyService < BaseService
|
|||
@activity = activity
|
||||
@notification = Notification.new(account: @recipient, activity: @activity)
|
||||
|
||||
return if blocked?
|
||||
return if blocked? || recipient.user.nil?
|
||||
|
||||
create_notification
|
||||
send_email if email_enabled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue