Skip to content
Snippets Groups Projects
Commit 19ecde8f authored by beatrix's avatar beatrix Committed by Eugen Rochko
Browse files

don't notify me when my toot is faved by someone i muted (#3245)

parent 7ee5fc5d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class NotifyService < BaseService
end
def blocked_favourite?
false
@recipient.muting?(@notification.from_account)
end
def blocked_follow?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment