move rooms schema to package

This commit is contained in:
Devin Zuczek
2026-07-09 20:57:29 -04:00
parent 6d343066a0
commit 7686bf7bf6
13 changed files with 117 additions and 151 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function unauthorized(c: Context<App>) {
}
/** Username changes a fresh account starts with (until one has been consumed). */
const DEFAULT_USERNAME_CHANGES = 1
const DEFAULT_USERNAME_CHANGES = 5
/**
* Username-change result envelope: `{ success, error, value }`, always HTTP 200.