add comment

This commit is contained in:
MathMan05
2026-04-08 15:53:52 -05:00
parent 15ecfa8b07
commit ddff2a1048
+1
View File
@@ -47,6 +47,7 @@ type botjsonfetch = {
if (window.location.pathname.startsWith("/oauth2")) {
const users = getBulkUsers();
const params = new URLSearchParams(window.location.search);
//TODO replace me
const well = params.get("instance") || "https://spacebar.chat";
const permstr = params.get("permissions");
const joinable: Specialuser[] = [];