This commit is contained in:
MrSchizo 2026-01-30 17:59:28 +08:00 committed by GitHub
commit f817788e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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