From 703b265490805ff822d120072cdff81bfa93600d 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 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