chore: 客戶端發送非驗證性請求前, 必須先等待驗證
This commit is contained in:
@@ -19,5 +19,11 @@ export type CallMethod =
|
||||
|
||||
"Chat.uploadFile"
|
||||
|
||||
export const CallableMethodBeforeAuth = [
|
||||
"User.auth",
|
||||
"User.register",
|
||||
"User.login",
|
||||
]
|
||||
|
||||
export type ClientEvent =
|
||||
"Client.onMessage"
|
||||
|
||||
Reference in New Issue
Block a user