2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00
This commit is contained in:
David Roetzel 2024-12-19 17:07:41 +01:00
parent 69cc06bf5b
commit a09ce4f6d8
No known key found for this signature in database

View File

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