session 47: fix 3 MEDIUM audit findings, support ticket, update state

This commit is contained in:
Hoid 2026-02-16 20:08:11 +00:00
parent 57fa33c6df
commit 26c24be84b
4 changed files with 39 additions and 9 deletions

View file

@ -125,7 +125,9 @@ async function cmdReply(args) {
const body = {
type: draft ? 'note' : 'message',
text: message,
body: message,
user: 6,
status: status || (draft ? undefined : 'active'),
};