@sunnoy/wecom 2.0.1 → 2.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunnoy/wecom",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Enterprise WeChat AI Bot channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -989,7 +989,7 @@ async function processWsMessage({ frame, account, config, runtime, wsClient }) {
989
989
  });
990
990
  return;
991
991
  }
992
- text = extractGroupMessageContent(originalText, account.config).replace(/@\S+/g, "").trim();
992
+ text = extractGroupMessageContent(originalText, account.config);
993
993
  }
994
994
 
995
995
  const senderIsAdmin = isWecomAdmin(senderId, account.config);