mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 09:48:39 +00:00
matrix-js: add startup verification policy
This commit is contained in:
@@ -19,6 +19,8 @@ type LegacyAccountField =
|
||||
| "textChunkLimit"
|
||||
| "chunkMode"
|
||||
| "responsePrefix"
|
||||
| "startupVerification"
|
||||
| "startupVerificationCooldownHours"
|
||||
| "mediaMaxMb"
|
||||
| "autoJoin"
|
||||
| "autoJoinAllowlist"
|
||||
@@ -45,6 +47,8 @@ const LEGACY_ACCOUNT_FIELDS: ReadonlyArray<LegacyAccountField> = [
|
||||
"textChunkLimit",
|
||||
"chunkMode",
|
||||
"responsePrefix",
|
||||
"startupVerification",
|
||||
"startupVerificationCooldownHours",
|
||||
"mediaMaxMb",
|
||||
"autoJoin",
|
||||
"autoJoinAllowlist",
|
||||
|
||||
Reference in New Issue
Block a user