mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 17:31:35 +00:00
* fix(channels): isolate unavailable credential files * fix(channels): complete credential file type contract * fix(channels): preserve credential path handling * test(channels): cover credential file edge cases * fix(channels): ignore blank credential file paths * test(secrets): keep empty credential files unavailable * test(googlechat): keep temp cleanup plugin-local * fix(channels): keep credential diagnostic internal * chore: defer release note to release automation
2 lines
69 B
TypeScript
2 lines
69 B
TypeScript
export const MAX_GOOGLE_CHAT_SERVICE_ACCOUNT_FILE_BYTES = 64 * 1024;
|