mirror of https://github.com/openclaw/openclaw.git
fix(mattermost): add actions config typing
This commit is contained in:
parent
9f0fc74d10
commit
2fa9ddebdb
|
|
@ -44,6 +44,11 @@ export type MattermostAccountConfig = {
|
|||
blockStreamingCoalesce?: BlockStreamingCoalesceConfig;
|
||||
/** Outbound response prefix override for this channel/account. */
|
||||
responsePrefix?: string;
|
||||
/** Action toggles for this account. */
|
||||
actions?: {
|
||||
/** Enable message reaction actions. Default: true. */
|
||||
reactions?: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
export type MattermostConfig = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue