sign attachment on sending message

This commit is contained in:
Emma [it/its]@Rory& 2025-07-03 09:29:25 +02:00 committed by Rory&
parent 387cef269a
commit 0fcdbd2831

View File

@ -430,7 +430,7 @@ router.post(
console.error("[Message] post-message handler failed", e),
);
return res.json(message);
return res.json(message.withSignedAttachments(req));
},
);