Ignore another invite code error

This commit is contained in:
Jon Staab
2026-02-05 14:40:55 -08:00
parent 8fa1987ec0
commit 9f27cc61da
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ export const attemptRelayAccess = async (url: string, claim = "") => {
const error = await waitForThunkError(thunk)
if (shouldIgnoreError(error)) return
if (!claim && error.includes("invite code size")) return
if (error.includes("invite code")) return "join request rejected"
return stripPrefix(error)