2
0

Fix synchronous recursive fetching of deeply-nested quoted posts (#35600)

This commit is contained in:
Claire
2025-07-30 16:39:30 +02:00
parent 8242f06eca
commit 08b2f255fc
4 changed files with 15 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ module Mastodon
class InvalidParameterError < Error; end
class SignatureVerificationError < Error; end
class MalformedHeaderError < Error; end
class RecursionLimitExceededError < Error; end
class UnexpectedResponseError < Error
attr_reader :response