mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 01:58:49 +01:00
Add some parameters to webhook
This commit is contained in:
parent
eb945f26a3
commit
196f959f1d
2 changed files with 5 additions and 1 deletions
|
|
@ -110,6 +110,7 @@ if (Meteor.isServer) {
|
|||
if (activity.commentId) {
|
||||
const comment = activity.comment();
|
||||
params.comment = comment.text;
|
||||
params.commentId = comment._id;
|
||||
}
|
||||
if (activity.attachmentId) {
|
||||
const attachment = activity.attachment();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue