Do not hide boost notifications from followed people with hidden boosts (#9147)
* Do not hide boost notifications from followed people with hidden boosts Not displaying boosts from a followed user in the Home timeline and not having notifications when they reblog your own content are two very separate concerns, tying them together seem counter-intuitive and unwanted. * Update specs accordingly
This commit is contained in:
parent
e84da282f6
commit
33a71e8f7c
2 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ class NotifyService < BaseService
|
|||
end
|
||||
|
||||
def blocked_reblog?
|
||||
@recipient.muting_reblogs?(@notification.from_account)
|
||||
false
|
||||
end
|
||||
|
||||
def blocked_follow_request?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue