mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 06:58:07 +01:00
Add Feature: enable two-way webhooks - stage one
This commit is contained in:
parent
f3147af2f7
commit
3f0600fed7
9 changed files with 115 additions and 49 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