From a09ce4f6d822229c4ae0f106f6f8ef44a81c5cd8 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 86a99ba360a..bd5267a7d5f 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -171,7 +171,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