mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-12 20:51:11 +00:00
Fix typo
This commit is contained in:
parent
63c8f05548
commit
e7127d092f
|
@ -169,7 +169,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 New Issue
Block a user