Fix synchronous recursive fetching of deeply-nested quoted posts (#35600)
This commit is contained in:
parent
8242f06eca
commit
08b2f255fc
4 changed files with 15 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue