0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/canary/utils
Kevin Ansfield 1fd7014c45 Fixed member.deleted webhook having an empty payload
no issue

- the members output serializer was passing model objects through on `frame.response` but the webhooks serializer doesn't know how to deal with those
- adjusting the output serializer to use a mapper as per the other serializers means that POJOs are being passed through which allows the webhook serializer to correctly pick out the changed attributes
2019-10-31 15:19:45 +07:00
..
serializers Fixed member.deleted webhook having an empty payload 2019-10-31 15:19:45 +07:00
validators Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
index.js
permissions.js Added permission restrictions to editing members flag (#11217) 2019-10-09 10:26:54 +02:00