From: beatrix Date: Tue, 23 May 2017 18:05:53 +0000 (-0400) Subject: don't notify me when my toot is faved by someone i muted (#3245) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=19ecde8fe77137afc1182132bf81579f933e518b;p=mastodon.git don't notify me when my toot is faved by someone i muted (#3245) --- diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb index ce22b6505..422d5f97e 100644 --- a/app/services/notify_service.rb +++ b/app/services/notify_service.rb @@ -21,7 +21,7 @@ class NotifyService < BaseService end def blocked_favourite? - false + @recipient.muting?(@notification.from_account) end def blocked_follow?