From 58ddff3ac490d69d914d905dffcecb32adc799eb Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sun, 29 Sep 2024 23:38:23 -0700 Subject: [PATCH] rm more spurious formatting --- app/controllers/api/v1/statuses_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/api/v1/statuses_controller.rb b/app/controllers/api/v1/statuses_controller.rb index 834862761665d0..e2adaa796d5c60 100644 --- a/app/controllers/api/v1/statuses_controller.rb +++ b/app/controllers/api/v1/statuses_controller.rb @@ -44,8 +44,8 @@ def context descendants_depth_limit = nil if current_account.nil? - ancestors_limit = ANCESTORS_LIMIT - descendants_limit = DESCENDANTS_LIMIT + ancestors_limit = ANCESTORS_LIMIT + descendants_limit = DESCENDANTS_LIMIT descendants_depth_limit = DESCENDANTS_DEPTH_LIMIT end