mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:27:38 +00:00
fix: gate Teams media auth retries
This commit is contained in:
@@ -83,6 +83,11 @@ export type MSTeamsConfig = {
|
||||
* Use ["*"] to allow any host (not recommended).
|
||||
*/
|
||||
mediaAllowHosts?: Array<string>;
|
||||
/**
|
||||
* Allowed host suffixes for attaching Authorization headers to inbound media retries.
|
||||
* Use specific hosts only; avoid multi-tenant suffixes.
|
||||
*/
|
||||
mediaAuthAllowHosts?: Array<string>;
|
||||
/** Default: require @mention to respond in channels/groups. */
|
||||
requireMention?: boolean;
|
||||
/** Max group/channel messages to keep as history context (0 disables). */
|
||||
|
||||
Reference in New Issue
Block a user