matrix-js: harden reaction handling

This commit is contained in:
Gustavo Madeira Santana
2026-03-08 15:35:21 -04:00
parent e2826a9df9
commit fcba58cff2
22 changed files with 877 additions and 97 deletions

View File

@@ -57,6 +57,7 @@ export type { ChannelPlugin } from "../channels/plugins/types.plugin.js";
export type { ChannelSetupInput } from "../channels/plugins/types.js";
export { createReplyPrefixOptions } from "../channels/reply-prefix.js";
export { createTypingCallbacks } from "../channels/typing.js";
export { resolveAckReaction } from "../agents/identity.js";
export type { OpenClawConfig } from "../config/config.js";
export {
GROUP_POLICY_BLOCKED_LABEL,