@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.
- package/dist/index.js +0 -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);
|