Browse Source

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

closed-social-glitch-2
beatrix 7 years ago
committed by Eugen Rochko
parent
commit
19ecde8fe7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/notify_service.rb

+ 1
- 1
app/services/notify_service.rb View File

@ -21,7 +21,7 @@ class NotifyService < BaseService
end
def blocked_favourite?
false
@recipient.muting?(@notification.from_account)
end
def blocked_follow?

Loading…
Cancel
Save