mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 08:01:49 +01:00
Merge pull request #2665 from whowillcare/master
Add Feature: complete the original author's webhook functions and add two-way webhook type
This commit is contained in:
commit
bfbe32e1ec
10 changed files with 221 additions and 73 deletions
|
|
@ -1,3 +1,9 @@
|
|||
Meteor.publish('globalwebhooks', () => {
|
||||
const boardId = Integrations.Const.GLOBAL_WEBHOOK_ID;
|
||||
return Integrations.find({
|
||||
boardId,
|
||||
});
|
||||
});
|
||||
Meteor.publish('setting', () => {
|
||||
return Settings.find(
|
||||
{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue