Ghost/ghost/core/test/integration
Simon Backx d1e6870740
🐛 Fixed large mailgun recipient data (#15638)
fixes https://github.com/TryGhost/Team/issues/2096

When generating the recipient data for emails, the email clicks
implementation is resulting in a recipient variable being added called
replacement_xxx once for each link containing the same UUID.

This generates a lot of unnecessary data overhead for emails, and it
turns out that mailgun has a 25MB message limit. We wouldn't have come
close if we only included the uuid once.
2022-10-18 10:32:50 +02:00
..
exporter Added subscriptions table 2022-10-13 11:19:13 +07:00
importer Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
migrations Added report API for comments (#15043) 2022-07-22 12:03:05 +02:00
services 🐛 Fixed large mailgun recipient data (#15638) 2022-10-18 10:32:50 +02:00
settings Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
url_service.test.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00