fix: invite code snowflake id collisions
This commit is contained in:
parent
253f11b00c
commit
339aa59434
2 changed files with 3 additions and 1 deletions
|
@ -578,7 +578,7 @@
|
|||
|
||||
document.getElementById(\"invite_codes_output\").classList.remove(\"hidden\");
|
||||
document.getElementById(\"invite_codes_error_output\").classList.remove(\"hidden\");
|
||||
document.getElementById(\"invite_codes_output\").children[0].innerText = \"Working...\";
|
||||
document.getElementById(\"invite_codes_output\").children[0].innerText = \"Working... expect to wait 50ms per invite code\";
|
||||
|
||||
fetch(`/api/v1/invites/${count}`, {
|
||||
method: \"POST\",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue