fix(scheduled-task): deliver verified WeChat links only after page is ready
Memind CI / Test, build, and release guards (push) Successful in 8m42s
Memind CI / Test, build, and release guards (push) Successful in 8m42s
Wait for HTML materialization before releasing delivery contracts, pass verified MindSpace URLs through proactive WeChat sends, resend on reconcile when pages land late, and report deferred customer-service delivery as unsent. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -236,10 +236,11 @@ export async function bootstrapPortalIntegrationServices({
|
||||
const notificationDispatcher =
|
||||
createNotificationDispatcherFn({
|
||||
sendWechatTextToUser: wechatMpService?.enabled
|
||||
? (userId, text) =>
|
||||
? (userId, text, options) =>
|
||||
wechatMpService.sendTextToUser(
|
||||
userId,
|
||||
text,
|
||||
options,
|
||||
)
|
||||
: null,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user