mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(android upload): handle transient imgur errors
This commit is contained in:
@@ -10,6 +10,7 @@ export type MediaHostingRuntime = 'web' | 'electron' | 'android';
|
||||
/** Stage at which an upload attempt failed (enables comparable errors across Electron/Android) */
|
||||
export type UploadAttemptStage =
|
||||
| 'blocked' /** captcha/login/challenge detected */
|
||||
| 'provider_error' /** provider returned an upload-specific error */
|
||||
| 'file_input' /** file input not found */
|
||||
| 'submit' /** submit button not found */
|
||||
| 'timeout' /** upload or extraction timeout */
|
||||
|
||||
Reference in New Issue
Block a user