Ignore another invite code error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user