about summary refs log tree commit diff
path: root/app/models/account.rb
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-04-17 20:16:24 +0200
committerThibaut Girka <thib@sitedethib.com>2020-04-17 20:16:24 +0200
commit81e49ba5c6107927d12bd222b7081f63ba63bdc9 (patch)
treed88e34d9a103f23b7ab568e92bd9b2e6ab679a47 /app/models/account.rb
parent5fdd5eef5a6b05b072a57e065954fdcb0b4a8898 (diff)
parent89077fb65713ece348fdbee1986d1593383ba801 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/models/account.rb')
-rw-r--r--app/models/account.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index 82d4d10de..e56db3126 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -415,7 +415,7 @@ class Account < ApplicationRecord
 
     def inboxes
       urls = reorder(nil).where(protocol: :activitypub).pluck(Arel.sql("distinct coalesce(nullif(accounts.shared_inbox_url, ''), accounts.inbox_url)"))
-      DeliveryFailureTracker.filter(urls)
+      DeliveryFailureTracker.without_unavailable(urls)
     end
 
     def search_for(terms, limit = 10, offset = 0)