default to spacebar

This commit is contained in:
MathMan05
2026-01-25 14:52:08 -06:00
parent da4ff318d0
commit f27001150c

View File

@@ -47,7 +47,7 @@ type botjsonfetch = {
if (window.location.pathname.startsWith("/oauth2")) {
const users = getBulkUsers();
const params = new URLSearchParams(window.location.search);
const well = params.get("instance");
const well = params.get("instance") || "https://spacebar.chat";
const permstr = params.get("permissions");
const joinable: Specialuser[] = [];