From 12ff4b6e7e96dc4b80b986487c3062e2283c07bd Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 10 Jun 2026 17:57:48 -0700 Subject: [PATCH] =?UTF-8?q?feat(dating-autopilot):=20=E2=9C=A8=20Update=20?= =?UTF-8?q?background=20script=20to=20enhance=20dating-autopilot=20functio?= =?UTF-8?q?nality=20with=20new=20features,=20performance=20improvements,?= =?UTF-8?q?=20or=20Firefox=20API=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../extensions/firefox-tryst/background/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/dating-autopilot/extensions/firefox-tryst/background/background.js b/features/dating-autopilot/extensions/firefox-tryst/background/background.js index caa2dc5fe..2bffa9de5 100644 --- a/features/dating-autopilot/extensions/firefox-tryst/background/background.js +++ b/features/dating-autopilot/extensions/firefox-tryst/background/background.js @@ -14,7 +14,7 @@ const defaultState = { boostActive: null, boostExpiresAt: null, nextRefreshAt: null, - webhookUrl: 'https://lm.black.local:3700/api/escort/webhooks/tryst-boost', + webhookUrl: 'https://lm.black.lan:3700/api/escort/webhooks/tryst-boost', webhookSecret: '4f044dc0edc873f1aa4d9b3c2a24f2e5fbaa79dd5359b2fddffcedff89cf90b2', status: 'idle', // idle | monitoring | refreshing | cooldown | error | disabled };