mirror of https://github.com/openclaw/openclaw.git
Nextcloud Talk's ChecksumVerificationService verifies HMAC against the extracted message/reaction text, not the full JSON body. This fixes 401 authentication errors when sending messages via the bot API. - sendMessageNextcloudTalk: sign 'message' text only - sendReactionNextcloudTalk: sign 'reaction' string only |
||
|---|---|---|
| .. | ||
| accounts.ts | ||
| channel.ts | ||
| config-schema.ts | ||
| format.ts | ||
| inbound.ts | ||
| monitor.ts | ||
| normalize.ts | ||
| onboarding.ts | ||
| policy.test.ts | ||
| policy.ts | ||
| room-info.ts | ||
| runtime.ts | ||
| send.ts | ||
| signature.ts | ||
| types.ts | ||