1
0
Fork 0
mirror of synced 2024-08-09 15:17:57 +12:00
This commit is contained in:
Adria Navarro 2023-09-15 13:49:24 +02:00
parent 29eaeacc4c
commit 60d94e76cf

View file

@ -58,7 +58,9 @@ export async function processOutputBBReferences(
if (user) {
result.push(user)
}
} catch {}
} catch {
// If user cannot be found, we just strip it
}
}
break
default: