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