2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Added member.added and member.deleted webhooks

no-issue
This commit is contained in:
Fabien O'Carroll 2019-10-11 17:18:24 +07:00
parent 5fb05e970c
commit 20a6ad1ea6

View file

@ -29,6 +29,9 @@ const WEBHOOKS = [
'tag.edited',
'tag.deleted',
'member.added',
'member.deleted',
'post.tag.attached',
'post.tag.detached',
'page.tag.attached',