mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 15:52:34 +01:00
Fix typo
This commit is contained in:
parent
ee836821dc
commit
0b80d39fdd
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class Status < ApplicationRecord
|
||||||
],
|
],
|
||||||
thread: :account
|
thread: :account
|
||||||
|
|
||||||
delegate :domain, :indexable, to: :account, prefix: true
|
delegate :domain, :indexable?, to: :account, prefix: true
|
||||||
|
|
||||||
REAL_TIME_WINDOW = 6.hours
|
REAL_TIME_WINDOW = 6.hours
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue