This commit is contained in:
David Roetzel 2024-12-19 17:07:41 +01:00
parent 1fd4a850b7
commit c242d30651
No known key found for this signature in database

View File

@ -169,7 +169,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