This commit is contained in:
ruinstoriel 2026-01-30 12:01:36 -04:00 committed by GitHub
commit 96361be960
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 bodyStr = JSON.stringify(body);
const { random, signature } = generateNextcloudTalkSignature({ const { random, signature } = generateNextcloudTalkSignature({
body: bodyStr, body: message,
secret, secret,
}); });