This commit is contained in:
parent
640cc39869
commit
655dca8a78
@ -167,7 +167,7 @@ class NotifyService < BaseService
|
||||
end
|
||||
|
||||
def blocked_by_bots_policy?
|
||||
@policy.drop_bots? && from_bot?
|
||||
@policy.drop_bots? && from_bot? && not_following?
|
||||
end
|
||||
end
|
||||
|
||||
@ -208,7 +208,7 @@ class NotifyService < BaseService
|
||||
end
|
||||
|
||||
def filtered_by_bots_policy?
|
||||
@policy.filter_bots? && from_bot?
|
||||
@policy.filter_bots? && from_bot? && not_following?
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user