sign attachment on sending message
This commit is contained in:
parent
387cef269a
commit
0fcdbd2831
@ -430,7 +430,7 @@ router.post(
|
|||||||
console.error("[Message] post-message handler failed", e),
|
console.error("[Message] post-message handler failed", e),
|
||||||
);
|
);
|
||||||
|
|
||||||
return res.json(message);
|
return res.json(message.withSignedAttachments(req));
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user