@zenzap-co/openclaw-plugin 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -547,8 +547,6 @@ ${details.join("\n")}`.trim();
547
547
  if (phase === "created" && msg?.id && this.ctx.client) {
548
548
  this.ctx.client.markMessageRead(msg.id).catch(() => {
549
549
  });
550
- this.ctx.client.addReaction(msg.id, "\u{1F440}").catch(() => {
551
- });
552
550
  }
553
551
  const mentionRequired = this.shouldRequireMention(topicId, topic.memberCount);
554
552
  const formattedBody = await this.buildMessageBody(msg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenzap-co/openclaw-plugin",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Zenzap channel plugin for OpenClaw — AI assistant in your team topics",
5
5
  "type": "module",
6
6
  "license": "MIT",