logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 19ecde8fe77137afc1182132bf81579f933e518b
parent: 7ee5fc5d68df5d09262c2c29b7926fcbd2794c1d
Author: beatrix <beatrix.bitrot@gmail.com>
Date:   Tue, 23 May 2017 14:05:53 -0400

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


Diffstat:

Mapp/services/notify_service.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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?