fix: nc-talk only the message is signed
This commit is contained in:
parent
109ac1c549
commit
def2a5775e
@ -90,7 +90,7 @@ export async function sendMessageNextcloudTalk(
|
||||
const bodyStr = JSON.stringify(body);
|
||||
|
||||
const { random, signature } = generateNextcloudTalkSignature({
|
||||
body: bodyStr,
|
||||
body: message,
|
||||
secret,
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user