chore: 客戶端發送非驗證性請求前, 必須先等待驗證

This commit is contained in:
CrescentLeaf
2025-09-24 21:52:53 +08:00
parent 954b5d3430
commit 9a3e87d89c
2 changed files with 13 additions and 3 deletions

View File

@@ -19,5 +19,11 @@ export type CallMethod =
"Chat.uploadFile"
export const CallableMethodBeforeAuth = [
"User.auth",
"User.register",
"User.login",
]
export type ClientEvent =
"Client.onMessage"