antenna-openclaw-plugin 1.2.22 → 1.2.23

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/index.ts +0 -6
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -167,12 +167,6 @@ async function notifyUser(
167
167
  logger.warn(`Antenna: notify failed for ${channel}:${userId}: ${err.message}`);
168
168
  }
169
169
  }
170
- }
171
- logger.info(`Antenna: notified ${channel}:${userId} (chat=${chatId || 'deliver'})`);
172
- } catch (err: any) {
173
- logger.warn(`Antenna: notify failed for ${channel}:${userId}: ${err.message}`);
174
- }
175
- }
176
170
 
177
171
  function startFollowUpCron(
178
172
  deviceId: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antenna-openclaw-plugin",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "Antenna — agent-mediated nearby people discovery for OpenClaw",
5
5
  "openclaw": {
6
6
  "extensions": ["./index.ts"]