ework-daemon 0.4.44 → 0.4.45
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 +1 -1
- package/src/opencode.ts +1 -2
package/package.json
CHANGED
package/src/opencode.ts
CHANGED
|
@@ -1385,8 +1385,7 @@ export class Engine {
|
|
|
1385
1385
|
try {
|
|
1386
1386
|
await tracker.setReaction(ref, lastMsg.sourceCommentId, "eyes", true);
|
|
1387
1387
|
const reaction = exitCode === 0 ? "+1" : "-1";
|
|
1388
|
-
const
|
|
1389
|
-
const targetId = botReply?.id ?? lastMsg.sourceCommentId;
|
|
1388
|
+
const targetId = lastMsg.sourceCommentId;
|
|
1390
1389
|
await tracker.setReaction(ref, targetId, reaction);
|
|
1391
1390
|
} catch { /* non-critical */ }
|
|
1392
1391
|
}
|