mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 11:53:13 +00:00
don't notify me when my toot is faved by someone i muted (#3245)
This commit is contained in:
parent
7ee5fc5d68
commit
19ecde8fe7
|
@ -21,7 +21,7 @@ class NotifyService < BaseService
|
||||||
end
|
end
|
||||||
|
|
||||||
def blocked_favourite?
|
def blocked_favourite?
|
||||||
false
|
@recipient.muting?(@notification.from_account)
|
||||||
end
|
end
|
||||||
|
|
||||||
def blocked_follow?
|
def blocked_follow?
|
||||||
|
|
Loading…
Reference in a new issue