Files
memind/wechat/push-subscription-pending.mjs
T
john 830f8a4011
Memind CI / Test, build, and release guards (push) Successful in 5m36s
feat(wechat): add service-account push subscriptions and news morning cover delivery
Ship the 10-item numeric subscription loop on WeChat MP, wire schedule delivery
for news/weather/quote/health/finance/tech/knowledge/night/surprise pushes, and
extend news morning draft cover generation plus a one-shot draft push script.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-20 16:15:15 +08:00

5 lines
208 B
JavaScript

export {
createSubscribeMorningReminderPendingStore as createPushSubscriptionPendingStore,
subscribeMorningReminderPendingTtlMs as pushSubscriptionPendingTtlMs,
} from './subscribe-morning-reminder.mjs';