implement server name

This commit is contained in:
Matt Hill
2026-02-24 16:02:09 -07:00
parent d4e019c87b
commit d69e5b9f1a
19 changed files with 158 additions and 9232 deletions

View File

@@ -5,6 +5,4 @@ export type AttachParams = {
password: EncryptedWire | null
guid: string
kiosk?: boolean
name: string | null
hostname: string | null
}