Spawn FeedInsertWorker to deliver status into personal feed
This commit is contained in:
parent
5f54981846
commit
6fd865c000
5 changed files with 39 additions and 25 deletions
|
@ -17,7 +17,7 @@ class NotifyService < BaseService
|
|||
private
|
||||
|
||||
def blocked_mention?
|
||||
FeedManager.instance.filter?(:mentions, @notification.mention.status, @recipient)
|
||||
FeedManager.instance.filter?(:mentions, @notification.mention.status, @recipient.id)
|
||||
end
|
||||
|
||||
def blocked_favourite?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue