mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-29 11:29:52 +00:00
default to spacebar
This commit is contained in:
@@ -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[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user