This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e9587e02d0
Ghost
/
ghost
/
email-analytics-provider-mailgun
/
index.js
2 lines
52 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial update of email analytics packages to work as external modules refs https://github.com/TryGhost/Ghost/pull/12541 - make `EventProcessor` a super-class designed to be inherited from in consumer applications for application-level implementation - helps to keep application-level concerns for event handling (eg, what to do with spam complaints) and things like application database knowledge in the consumer - removed all database knowledge from `EmailAnalyticsService` - requires a `queries` option to be passed in that lets the consuming application provide knowledge and define how fetched stats should be aggregated
2021-01-16 19:22:52 +03:00
module
.
exports
=
require
(
'./lib/provider-mailgun'
)
;
Reference in New Issue
Copy Permalink