Add the includeRequestor option and deprecate includeGM in the notify socket #21
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ async function sendBasicNotification(requestID, userID, answers) {
|
|||
{ answers },
|
||||
);
|
||||
|
||||
await notify(requestID, userID, content, { includeGM: false });
|
||||
await notify(requestID, userID, content, { includeRequestor: false });
|
||||
};
|
||||
|
||||
export function has(requestID) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue