fix: nc-talk only the message is signed

This commit is contained in:
toriel 2026-01-29 01:37:55 +08:00
parent 109ac1c549
commit def2a5775e

View File

@ -90,7 +90,7 @@ export async function sendMessageNextcloudTalk(
const bodyStr = JSON.stringify(body);
const { random, signature } = generateNextcloudTalkSignature({
body: bodyStr,
body: message,
secret,
});