about summary refs log tree commit diff
path: root/app/services
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-30 11:22:25 +0100
committerThibaut Girka <thib@sitedethib.com>2018-10-30 11:22:25 +0100
commit94ad76a5b95c5021e3b8b291aeb3558548c9990a (patch)
treedbe38121788776532d7af67ef7ebcabf11c622b8 /app/services
parent7ec3f6022d5c991bb584c481a29c416e9f1c5438 (diff)
parent6771e8c88c0a9c4e8a4cd8bd659a7eac2270eb75 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/services')
-rw-r--r--app/services/notify_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb
index 49022a844..a8b7bb30b 100644
--- a/app/services/notify_service.rb
+++ b/app/services/notify_service.rb
@@ -31,7 +31,7 @@ class NotifyService < BaseService
   end
 
   def blocked_reblog?
-    @recipient.muting_reblogs?(@notification.from_account)
+    false
   end
 
   def blocked_follow_request?