Merge branch 'achf01-moderator-privacy-on-by-default' into 2026.2.1-rc

This commit is contained in:
yflory 2026-03-18 15:41:10 +01:00
commit f87c32a6ff

View File

@ -1021,6 +1021,7 @@ Attachments:${JSON.stringify(msg.attachments, 0, 2)}`;
}
});
APP.support = Support.create(common, true);
APP.support.setAnonymous(true);
let active = privateData.category || 'active';
let linkedTicket;