diff --git a/app/models/status.rb b/app/models/status.rb index b76acf53b3..3001a9f4d7 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -175,7 +175,7 @@ class Status < ApplicationRecord ], thread: :account - delegate :domain, :indexable, to: :account, prefix: true + delegate :domain, :indexable?, to: :account, prefix: true REAL_TIME_WINDOW = 6.hours