fix(wechat): isolate stale images and page links
Memind CI / Test, build, and release guards (pull_request) Successful in 2m36s
Memind CI / Test, build, and release guards (pull_request) Successful in 2m36s
This commit is contained in:
+2
-2
@@ -876,8 +876,8 @@ async function bootstrapUserAuth() {
|
||||
const target = await tkmindProxy.resolveTarget(sessionId);
|
||||
return tkmindProxy.apiFetchTo(target, pathname, init);
|
||||
},
|
||||
submitSessionReply: ({ userId, sessionId, requestId, userMessage }) =>
|
||||
tkmindProxy.submitSessionReplyForUser(userId, sessionId, requestId, userMessage),
|
||||
submitSessionReply: ({ userId, sessionId, requestId, userMessage, options }) =>
|
||||
tkmindProxy.submitSessionReplyForUser(userId, sessionId, requestId, userMessage, options),
|
||||
scheduleService: process.env.H5_SCHEDULE_ENABLED === '1' ? scheduleService : null,
|
||||
wechatScheduleLlmConfigService,
|
||||
llmProviderService,
|
||||
|
||||
Reference in New Issue
Block a user