0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00
ghost/core
Naz 1e20f2cb76 🐛 Fixed webhook initialization when over limit
refs https://github.com/TryGhost/Team/issues/599

- Webhook listener was still kicking in when the limit for  "customIntegrations" was in place. This is due to parallel initialization that was done previously and sometimes limit service initialized before webhooks but sometimes it didn't!
- Moving it to be initialized before any othe service ensures the race conditon doesnt happen anymore
2021-05-11 18:11:51 +04:00
..
client@e795ca6e14 Updated Ghost-Admin to v4.5.0 2021-05-11 13:34:32 +01:00
frontend Updated theme middleware to use products api 2021-05-07 16:32:57 +01:00
server Made complimentary_plan & stripe_customer_id exclusive 2021-05-11 12:33:28 +01:00
shared Added support for gating content by member labels and products (#12946) 2021-05-10 19:32:11 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js 🐛 Fixed webhook initialization when over limit 2021-05-11 18:11:51 +04:00
bridge.js Improved theme locale handling 2021-05-05 16:13:26 +01:00