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

View file

@ -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