From e7127d092fcf53d284474cedc484b9de2592427c Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Thu, 19 Dec 2024 17:07:41 +0100 Subject: [PATCH] Fix typo --- app/models/status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/status.rb b/app/models/status.rb index 00599cdb6a..8fe07a4a66 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -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