feat(dating-autopilot): Update background script to enhance dating-autopilot functionality with new features, performance improvements, or Firefox API compatibility

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-10 17:57:48 -07:00
parent aef2cd261b
commit 12ff4b6e7e

View file

@ -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
};