mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-16 23:27:27 +01:00
Fix typo
This commit is contained in:
parent
613d9bf5fa
commit
703b265490
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user