mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-07 10:22:48 +00:00
Fix confusing formatting
This commit is contained in:
parent
7f8ab93b9d
commit
09567bef95
|
@ -14,8 +14,8 @@ class Api::V1::Statuses::ContextsController < Api::BaseController
|
||||||
|
|
||||||
# Avoid expensive computation and limit results for logged-out users
|
# Avoid expensive computation and limit results for logged-out users
|
||||||
ANCESTORS_LIMIT = 40
|
ANCESTORS_LIMIT = 40
|
||||||
DESCENDANTS_LIMIT = 60
|
|
||||||
DESCENDANTS_DEPTH_LIMIT = 20
|
DESCENDANTS_DEPTH_LIMIT = 20
|
||||||
|
DESCENDANTS_LIMIT = 60
|
||||||
|
|
||||||
def show
|
def show
|
||||||
cache_if_unauthenticated!
|
cache_if_unauthenticated!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user