|
|
|
|
@ -53,7 +53,7 @@ class FeedInsertWorker
|
|
|
|
|
|
|
|
|
|
def notify?(filter_result) |
|
|
|
|
return false if @type != :home || @status.reblog? || (@status.reply? && @status.in_reply_to_account_id != @status.account_id) || |
|
|
|
|
filter_result == :filter |
|
|
|
|
update? || filter_result == :filter |
|
|
|
|
|
|
|
|
|
Follow.find_by(account: @follower, target_account: @status.account)&.notify? |
|
|
|
|
end |
|
|
|
|
|