Bluesky app fork with some witchin' additions 💫

Add 'Upstream service unreachable' to network errors (#9255)

authored by

Eric Bailey and committed by
GitHub
6ed30213 d7e84297

+2
+1
src/lib/hooks/useCleanError.ts
··· 78 78 'Network request failed', 79 79 'Failed to fetch', 80 80 'Load failed', 81 + 'Upstream service unreachable', 81 82 ] 82 83 83 84 export function isNetworkError(e: unknown) {
+1
src/lib/strings/errors.ts
··· 31 31 'Network request failed', 32 32 'Failed to fetch', 33 33 'Load failed', 34 + 'Upstream service unreachable', 34 35 ] 35 36 36 37 export function isNetworkError(e: unknown) {