Fix confusing formatting

This commit is contained in:
Matt Jankowski 2025-08-16 15:07:39 -04:00
parent 7f8ab93b9d
commit 09567bef95

View File

@ -14,8 +14,8 @@ class Api::V1::Statuses::ContextsController < Api::BaseController
# Avoid expensive computation and limit results for logged-out users
ANCESTORS_LIMIT = 40
DESCENDANTS_LIMIT = 60
DESCENDANTS_DEPTH_LIMIT = 20
DESCENDANTS_LIMIT = 60
def show
cache_if_unauthenticated!