Fix for #660
Campaign preview and campaign test send pulls the first entry in the RSS feed and substitutes its data in `[RSS_ENTRY_*]`
This commit is contained in:
parent
588cf34810
commit
8cb24feca1
11 changed files with 262 additions and 57 deletions
|
@ -1,8 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const passport = require('../lib/passport');
|
||||
const shares = require('../models/shares');
|
||||
const contextHelpers = require('../lib/context-helpers');
|
||||
const router = require('../lib/router-async').create();
|
||||
const subscriptions = require('../models/subscriptions');
|
||||
const {castToInteger} = require('../lib/helpers');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue