implemented spaces, fixed login and signup, thought creation and space creation.

This commit is contained in:
2025-05-26 13:00:12 -06:00
parent 54a01f0f1f
commit d3fa1733f4
32 changed files with 1499 additions and 1132 deletions
+4 -2
View File
@@ -23,9 +23,11 @@ function randomId(int $mode)
return randomId($mode);
else
return $id;
break;
case 2:
break;
if (Space::exists($id))
return randomId($mode);
else
return $id;
}
}