mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-17 13:13:02 -05:00
9efcca3c54
HTTP 401 responses returned by Mastodon's inbox controller may be temporary if, for instance, the requesting user's actor/key json could not be retrieved in a timely fashion. This changes allow retries instead of dropping the message entirely. Also added HTTP 408 as that error is by nature temporary.