Add the includeRequestor option and deprecate includeGM in the notify socket #21

Merged
Oliver merged 2 commits from feature/includeRequestor into main 2026-01-10 04:24:23 +00:00
Showing only changes of commit 9aa67bab02 - Show all commits

View file

@ -43,7 +43,7 @@ async function sendBasicNotification(requestID, userID, answers) {
{ answers }, { answers },
); );
await notify(requestID, userID, content, { includeGM: false }); await notify(requestID, userID, content, { includeRequestor: false });
}; };
export function has(requestID) { export function has(requestID) {