mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 09:13:18 +03:00
@@ -31,6 +31,14 @@ module.exports = {
|
||||
},
|
||||
inputs.request,
|
||||
);
|
||||
|
||||
await sails.helpers.utils.sendWebhook.with({
|
||||
event: 'ATTACHMENT_UPDATE',
|
||||
data: attachment,
|
||||
projectId: inputs.board.projectId,
|
||||
user: inputs.request.currentUser,
|
||||
board: inputs.board,
|
||||
});
|
||||
}
|
||||
|
||||
return attachment;
|
||||
|
||||
Reference in New Issue
Block a user