openclaw-quiubo 2.6.53 → 2.6.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14769,14 +14769,14 @@ async function routeInboundMessage(opts) {
|
|
|
14769
14769
|
const typingInterval = setInterval(sendTyping, 4e3);
|
|
14770
14770
|
const agentId = resolveAgentId(cfg, accountId);
|
|
14771
14771
|
const sessionKey = buildSessionKey(agentId, groupId);
|
|
14772
|
-
log?.info?.(`[${accountId}] [delivery:inbound] agentId=${agentId}, sessionKey=${sessionKey}, To=quiubo:${
|
|
14772
|
+
log?.info?.(`[${accountId}] [delivery:inbound] agentId=${agentId}, sessionKey=${sessionKey}, To=quiubo:${groupId}, ConversationLabel=quiubo:${groupId}`);
|
|
14773
14773
|
const ctxPayload = runtime2.channel.reply.finalizeInboundContext({
|
|
14774
14774
|
Body: text,
|
|
14775
14775
|
RawBody: text,
|
|
14776
14776
|
CommandBody: text,
|
|
14777
14777
|
CommandAuthorized: true,
|
|
14778
14778
|
From: `quiubo:${senderId}`,
|
|
14779
|
-
To: `quiubo:${
|
|
14779
|
+
To: `quiubo:${groupId}`,
|
|
14780
14780
|
SessionKey: sessionKey,
|
|
14781
14781
|
AccountId: accountId,
|
|
14782
14782
|
ChatType: "group",
|